Example Usage
void main() {
uint16_t i, a, b;
a = 0;
b = 0x10;
for (i = 0; i < b; i++) {
a += b;
}
return;
}
See also
Unicorn
Open Source
Simple tool for using a PowerShell downgrade attack and inject shellcode straight into memory. Works…
msfvenom
Open Source
Kali
Metasploit standalone payload generator and encoder. Creates payloads for all platforms with customi…
omni
Open Source
A modern zero-allocation C++23 library for working with low-level Windows within user-space. Iterati…
Phantom-Evasion-Loader
Open Source
Phantom-Evasion-Loader is a standalone, pure x64 Assembly injection engine engineered to minimize th…
ScareCrow
Open Source
Payload creation framework focused on EDR bypass. Creates loaders using a variety of techniques incl…
adversarial-robustness-toolbox
Open Source
Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poiso…