Example Usage
$ cobra-cli --mba "(x&y)+(x|y)" x + y $ cobra-cli --mba "((a^b)|(a^c)) + 65469 * ~((a&(b&c))) + 65470 * (a&(b&c))" --bitwidth 16 67 + (a | b | c) $ cobra-cli --mba "((a^b)&c) | ((a&b)^c)" c ^ a & b $ cobra-cli --mba "(x&0xFF)+(x&0xFF00)" --bitwidth 16 x $ cobra-cli --mba "(x ^ 0x10) + 2 * (x & 0x10)" 16 + x $ cobra-cli --mba "x << 3" 8 * x
See also
Zygisk-Il2CppDumper
Open Source
Using Zygisk to dump il2cpp data at runtime…
xAnalyzer
Open Source
…
Frida
Open Source
Kali
Dynamic instrumentation toolkit for developers, reverse engineers, and security researchers. Injects…
Unicorn
Open Source
Simple tool for using a PowerShell downgrade attack and inject shellcode straight into memory. Works…
Radare2
Open Source
Kali
Portable reversing framework that includes a hex editor, disassembler, debugger, scripting engine (r…
NTRGhidra
Open Source
A Nintendo DS binary loader for Ghidra…