Category: Reverse Engineering

Exrop

exrop: Automatic ROPChain Generation

Exrop Exrop is automatic ROP chains generator tool which can build gadget chain automatically from given binary and constraints Only support for x86-64 for now! Features: handling non-return gadgets (jmp reg, call reg) set...

angrgdb

angrgdb: Use angr inside GDB

angrgdb Use angr inside GDB. Create an angr state from the current debugger state. Install pip install angrgdb echo “python import angrgdb.commands” >> ~/.gdbinit Usage angrgdb implements the angrdbg API in GDB. You can use it...

DLL injection library

Bleak: Windows native DLL injection library

Bleak A Windows native DLL injection library that supports several methods of injection. Injection Methods CreateThread HijackThread ManualMap Optional Extensions EjectDll HideDllFromPeb RandomiseDllHeaders RandomiseDllName Features WOW64 and x64 injection Caveats Attempting to inject into...

Advanced Binary Deobfuscation

Advanced Binary Deobfuscation

Advanced Binary Deobfuscation This repository contains the course materials of Advanced Binary Deobfuscation at the Global Cybersecurity Camp (GCC) Tokyo in 2020. Course Abstract Reverse engineering is not easy, especially if a binary code is obfuscated....