Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
RE scripts, snippets (IDA, lief, gdb, etc.)
- Host: GitHub
- URL: https://github.com/0xcpu/relieve
- Owner: 0xcpu
- License: mit
- Created: 2017-07-23T12:52:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-12T21:06:06.000Z (almost 4 years ago)
- Last Synced: 2024-08-03T10:01:35.990Z (6 months ago)
- Topics: elf, elf-parser, lief, pe-format, pe-loader, reverse-engineering
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 23
- Watchers: 8
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).