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
ExploitDB / SearchSploit
Open Source
Kali
Archive of public exploits and vulnerable software maintained by Offensive Security. SearchSploit pr…
BeEF
Open Source
Kali
Browser Exploitation Framework. Hooks web browsers via JavaScript and provides extensive command mod…
BlackFriday-GPTs-Prompts
Open Source
List of free GPTs that doesn't require plus subscription…
Responder (NBT-NS Poisoner)
Open Source
Kali
Rogue authentication server and LLMNR/NBT-NS/mDNS poisoner for Windows networks. Captures NTLM chall…
WADComs.github.io
Open Source
WADComs is an interactive cheat sheet, containing a curated list of offensive security tools and the…
Sliver
Open Source
Open-source C2 framework from BishopFox. Supports mTLS, WireGuard, HTTP/S, and DNS C2 channels. Feat…