evolvencemsm / Pepper

PE (x86) and PE+ (x64) files viewer, based on libpe.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pepper

PE/PE+ binaries viewer, built on top of libpe.

  • Supports PE(x86) and PE+(x64) binaries of any size
  • All inner PE/PE+ data structures, headers and layouts
    • MSDOS Header
    • «Rich» Header
    • NT/File/Optional Headers
    • Data Directories
    • Sections
    • Export Table
    • Import Table
    • Resource Table
    • Exceptions Table
    • Security Table
    • Relocations Table
    • Debug Table
    • TLS Table
    • Load Config Directory
    • Bound Import Table
    • Delay Import Table
    • COM Table
  • Resources viewer
  • Multiple binaries can be browsed simultaneously
  • Ability to edit inner structures through hex editor

License

This software is available under the "MIT License".

Links

Latest release page

About

PE (x86) and PE+ (x64) files viewer, based on libpe.

License:MIT License


Languages

Language:C++ 99.2%Language:C 0.8%