Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lukasjhan/windows-pe


https://github.com/lukasjhan/windows-pe

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# PE library

This project was organized while studying windows pe file.

- PE structure view (exe, dll)
- PE headers
- RVA
- Export, import
- code, data sections
- Base Relocation
- DLL basic
- DLL delayed load section(.didat)
- .rsrc
- SEH (x86, x64) .pdata
- PE resource extrator
- PDB parser
- DLL injector
- API hooker
- Disassembler
- Debugger