Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukasjhan/windows-pe
https://github.com/lukasjhan/windows-pe
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lukasjhan/windows-pe
- Owner: lukasjhan
- Created: 2023-04-30T08:13:11.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-04-30T08:14:01.000Z (over 1 year ago)
- Last Synced: 2024-04-12T05:09:13.603Z (7 months ago)
- Language: C++
- Size: 45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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