Screenshots
Example Usage
typedef struct {
/* The address of the last ALLOC_BTS_DEPTH (8) callers as referenced by stack frames */
uint64_t callers[ALLOC_BTS_DEPTH];
/* The smallest allocation size requested by this call path */
size_t lower_bound_size;
/* The largest allocation size requested by this call path */
size_t upper_bound_size;
/* A 16 bit hash of the back trace */
uint16_t backtrace_hash;
} iso_alloc_traces_t;
typedef struct {
/* The address of the last 8 callers as referenced by stack frames */
uint64_t callers[BACKTRACE_DEPTH];
/* A 16 bit hash of the back trace */
uint16_t backtrace_hash;
/* Call count */
size_t call_count;
} iso_free_traces_t;
See also
username-anarchy
Open Source
Kali
Username tools for penetration testing…
CVE_Prioritizer
Open Source
Streamline vulnerability patching with CVSS, EPSS, and CISA's Known Exploited Vulnerabilities. Prior…
NoSQLMap
Open Source
Automated NoSQL injection and database exploitation tool. Targets MongoDB, CouchDB, Redis, and Cassa…
Evil-WinRM
Open Source
Kali
Full-featured WinRM shell for hacking and penetration testing. Supports pass-the-hash, file upload/d…
Ankou
Open Source
A flexible, AI powered C2 framework built with operators in mind…
Responder (NBT-NS Poisoner)
Open Source
Kali
Rogue authentication server and LLMNR/NBT-NS/mDNS poisoner for Windows networks. Captures NTLM chall…