0xcpu / RElieve

RE scripts, snippets (IDA, lief, gdb, etc.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scripts used for reverse engineering, malware analysis.

elfie.py - display (basic) info about an ELF, similar to readelf.

elforensics.py - check ELF for entry point hooks, RWX sections, CTORS & GOT & PLT hooks, function prologue trampolines.

dololi - unfinished, the idea is to automatically generate an executable that calls exports from DLL(s).

About

RE scripts, snippets (IDA, lief, gdb, etc.)

License:MIT License


Languages

Language:Python 70.0%Language:Go 30.0%