All Projects → horsicq → Xpeviewer

horsicq / Xpeviewer

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

Projects that are alternatives of or similar to Xpeviewer

Reko
Reko is a binary decompiler.
Stars: ✭ 942 (+554.17%)
Mutual labels:  disassembler, reverse-engineering
Redasm
The OpenSource Disassembler
Stars: ✭ 1,042 (+623.61%)
Mutual labels:  disassembler, reverse-engineering
Medusa
An open source interactive disassembler
Stars: ✭ 946 (+556.94%)
Mutual labels:  disassembler, reverse-engineering
Ghidra
Ghidra is a software reverse engineering (SRE) framework
Stars: ✭ 30,371 (+20990.97%)
Mutual labels:  disassembler, reverse-engineering
X64dbg
An open-source x64/x32 debugger for windows.
Stars: ✭ 37,825 (+26167.36%)
Mutual labels:  disassembler, reverse-engineering
Dithumb
Minimal ARM/Thumb linear sweep disassembler similar to objdump
Stars: ✭ 5 (-96.53%)
Mutual labels:  disassembler, reverse-engineering
Pince
A reverse engineering tool that'll supply the place of Cheat Engine for linux
Stars: ✭ 987 (+585.42%)
Mutual labels:  disassembler, reverse-engineering
Capstone
Capstone disassembly/disassembler framework: Core (Arm, Arm64, BPF, EVM, M68K, M680X, MOS65xx, Mips, PPC, RISCV, Sparc, SystemZ, TMS320C64x, Web Assembly, X86, X86_64, XCore) + bindings.
Stars: ✭ 5,374 (+3631.94%)
Mutual labels:  disassembler, reverse-engineering
Bap
Binary Analysis Platform
Stars: ✭ 1,385 (+861.81%)
Mutual labels:  disassembler, reverse-engineering
Panopticon
A libre cross-platform disassembler.
Stars: ✭ 1,376 (+855.56%)
Mutual labels:  disassembler, reverse-engineering
Vivisect
Stars: ✭ 672 (+366.67%)
Mutual labels:  disassembler, reverse-engineering
Imhex
🔍 A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.
Stars: ✭ 11,744 (+8055.56%)
Mutual labels:  disassembler, reverse-engineering
Die Engine
DIE engine
Stars: ✭ 648 (+350%)
Mutual labels:  disassembler, reverse-engineering
Ret Sync
ret-sync is a set of plugins that helps to synchronize a debugging session (WinDbg/GDB/LLDB/OllyDbg2/x64dbg) with IDA/Ghidra/Binary Ninja disassemblers.
Stars: ✭ 896 (+522.22%)
Mutual labels:  disassembler, reverse-engineering
Goblin
An impish, cross-platform binary parsing crate, written in Rust
Stars: ✭ 591 (+310.42%)
Mutual labels:  pe, reverse-engineering
Peasauce
Peasauce Interactive Disassembler
Stars: ✭ 33 (-77.08%)
Mutual labels:  disassembler, reverse-engineering
Pwndbg
Exploit Development and Reverse Engineering with GDB Made Easy
Stars: ✭ 4,178 (+2801.39%)
Mutual labels:  disassembler, reverse-engineering
Scratchabit
Easily retargetable and hackable interactive disassembler with IDAPython-compatible plugin API
Stars: ✭ 369 (+156.25%)
Mutual labels:  disassembler, reverse-engineering
App Peid
PEiD detects most common packers, cryptors and compilers for PE files.
Stars: ✭ 72 (-50%)
Mutual labels:  pe, reverse-engineering
Bin2llvm
A binary to LLVM translator
Stars: ✭ 108 (-25%)
Mutual labels:  disassembler, reverse-engineering

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(XP)

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

Install Qt 5.6.3 for VS2013: https://github.com/horsicq/build_tools

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

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

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

Run build_winxp.bat

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].