项目作者: jovibor

项目描述 :
PE (x86) and PE+ (x64) files viewer, based on libpe.
高级语言: C++
项目地址: git://github.com/jovibor/Pepper.git
创建时间: 2018-04-06T07:10:48Z
项目社区:https://github.com/jovibor/Pepper

开源协议:MIT License

下载


Pepper

Installation

git clone https://github.com/jovibor/Pepper.git --recurse-submodules

Features

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

  • Supports PE32(x86) and PE32+(x64) binaries of any size
  • All inner PE32/PE32+ 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
    • Extracting many known resource types (cursors, icons, bitmaps…)
  • Multiple binaries can be browsed simultaneously
  • Ability to edit inner structures through hex editor