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
365
Free
BlueTeam, RedTeam, Bug bounty, CTI, OSINT, Threat Hunting, Network and Web Recon, Discovery, Enumera…
Advanced-WAF-WAFinity
Free
An Advanced Web Application Firewall that protects against threats like SQL injection and XSS by fil…
Certipy
Open Source
Offensive tool for Active Directory Certificate Services (AD CS) enumeration and abuse. Finds and ex…
Evil-WinRM
Open Source
Kali
Full-featured WinRM shell for hacking and penetration testing. Supports pass-the-hash, file upload/d…
Responder (NBT-NS Poisoner)
Open Source
Kali
Rogue authentication server and LLMNR/NBT-NS/mDNS poisoner for Windows networks. Captures NTLM chall…
cve-search_mcp
Open Source
A Model Context Protocol (MCP) server for querying the CVE-Search API…