Example Usage
import angr
proj = angr.Project('./binary', auto_load_libs=False)
simgr = proj.factory.simgr()
simgr.explore(find=0x401234, avoid=0x401500)
print(simgr.found[0].posix.dumps(0))
See also
pyinstxtractor-ng
Open Source
PyInstaller Extractor Next Generation…
AndKittyInjector
Open Source
Inject a shared library into a process using ptrace…
NebulaFD
Free
A work in progress, reimagined decompiler for Clickteam Fusion.…
Ghidra
Open Source
Kali
NSA-developed software reverse engineering suite. Features a disassembler, decompiler, scripting (Ja…
pokeheartgold
Free
Decompilation of Pokemon HeartGold/SoulSilver…
webcrack
Open Source
Deobfuscate obfuscator.io, unminify and unpack bundled javascript…