SuperEgg9562 / XPEViewer

PE file viewer/editor for Windows, Linux and MacOS.

Home Page:http://ntinfo.biz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Donate GitHub tag (latest SemVer) GitHub All Releases gitlocalized

PE file viewer/editor for Windows, Linux and MacOS.

  • Hex
  • Disassembler
  • Entropy
  • Signature scan

alt text

alt text alt text alt text alt text

How to build on Linux

Install Qt 5.15.2: https://github.com/horsicq/build_tools

Clone project: git clone --recursive https://github.com/horsicq/XPEViewer.git

Edit build_lin64.sh ( check QT_PATH variable)

Run build_lin64.sh

How to build on OSX

Install Qt 5.15.2: https://github.com/horsicq/build_tools

Clone project: git clone --recursive https://github.com/horsicq/XPEViewer.git

Edit build_mac.sh ( check QT_PATH variable)

Run build_mac.sh

How to build on Windows(7-10)

Install Visual Studio 2019: https://github.com/horsicq/build_tools

Install Qt 5.15.2 for VS2019: https://github.com/horsicq/build_tools

Install 7-Zip: https://github.com/horsicq/build_tools

Clone project: git clone --recursive https://github.com/horsicq/DIE-engine.git

Edit build_win32.bat ( check VS_PATH, SEVENZIP_PATH, QT_PATH variables)

Edit build_win64.bat ( check VS_PATH, SEVENZIP_PATH, QT_PATH variables)

Run build_win32.bat

Run build_win64.bat

alt text

About

PE file viewer/editor for Windows, Linux and MacOS.

http://ntinfo.biz

License:MIT License


Languages

Language:C++ 34.1%Language:QMake 23.4%Language:Batchfile 21.9%Language:Shell 18.3%Language:C 2.3%