Example of AES in CBC mode with PKCS7 padding using the tiny-AES implementation of kokke.
Files needed besides the test.c found below
Once you have all the files simply run make
Files needed besides the test.c found below
Once you have all the files simply run make
| <# | |
| .SYNOPSIS | |
| Enumerates Azure resources and, if no subscription access is available, attempts to add a client secret to every application. | |
| .DESCRIPTION | |
| This script accepts an Azure Management API token and an optional Graph API token. | |
| It first attempts to retrieve a subscription ID. | |
| - If found, it enumerates Azure resources and their permissions. | |
| - If not found, it uses the Graph token to enumerate all applications (via the /applications endpoint) | |
| and then attempts to add a client secret to each one. |
| 'use strict'; | |
| /* | |
| App Native Lib Sorter + Hotspot Tracer | |
| Goals: | |
| - Track ALL app-origin native libs in the current process (split APK paths + extracted /data/app libs). | |
| - Hook “boundary APIs” (libc) once, attribute each hit to the calling module + callsite (returnAddress). | |
| - Produce “hotspots” per module (immediate libc considered boundary) | |
| - Optionally install second-stage detailed hooks on top hotspots. |