README.md

July 17, 2025 ยท View on GitHub

Scripts used for reverse engineering, troubleshooting etc.

Tool/ScriptDescription
elfie.pydisplay (basic) info about an ELF, similar to readelf
elforensics.pycheck ELF for entry point hooks, RWX sections, CTORS & GOT & PLT hooks, function prologue trampolines
dololiunfinished, the idea is to automatically generate an executable that calls exports from DLL(s)
kaslr-addr2line.shconvert kernel addresses with KASLR to vmlinux addresses for debugging with addr2line