Example Usage
void main() {
uint16_t i, a, b;
a = 0;
b = 0x10;
for (i = 0; i < b; i++) {
a += b;
}
return;
}
See also
AMSI Bypass Techniques
Open Source
Collection of PowerShell AMSI (Antimalware Scan Interface) bypass techniques. Patches AMSI in-memory…
Obfusk8
Open Source
Obfusk8: lightweight Obfuscation library based on C++17 / Header Only for windows binaries…
goodboy-framework
Open Source
15-stage Windows malware development & analysis course in Rust. Red team builds it, blue team detect…
AES-Encoder
Open Source
PowerShell Obfuscator. A PowerShell script anti-virus evasion tool…
The-Awesome-And-Dangerous-collection
Free
A high-risk archive of historical malware, exploit kits, crypters, and webshells for educational and…
slopShell
Open Source
the only php webshell you need.…