Example Usage
void main() {
uint16_t i, a, b;
a = 0;
b = 0x10;
for (i = 0; i < b; i++) {
a += b;
}
return;
}
See also
aidsfuscator
Free
Aidsfuscator is a java bytecode obfuscator that aims to become the best, if not then one of the best…
ProtectMyTooling
Open Source
Wrapper for multiple packers, protectors, obfuscators, and artifact-modifying tools. Automates multi…
soSaver
Open Source
A Frida-based utility for dynamically extracting native (.so) libraries from Android applications.…
Veil Framework
Open Source
Kali
Tool designed to generate Metasploit payloads that bypass common antivirus solutions. Supports multi…
Maverick
Free
Adaptix C2 agent using Crystal Palace PIC linker and PICO module system…
skidfuscator-java-obfuscator
Open Source
Public production-ready obfuscator using the MapleIR framework designed by cts…