Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/0xcpu/relieve

RE scripts, snippets (IDA, lief, gdb, etc.)
https://github.com/0xcpu/relieve

elf elf-parser lief pe-format pe-loader reverse-engineering

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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).