lukasjhan / windows-pe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:C++ 65.1%Language:Assembly 25.9%Language:C 8.7%Language:Raku 0.1%Language:C# 0.1%Language:Perl 0.1%Language:HTML 0.0%