All Projects → horsicq → Xelfviewer

horsicq / Xelfviewer

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

Projects that are alternatives of or similar to Xelfviewer

Detect It Easy
Program for determining types of files for Windows, Linux and MacOS.
Stars: ✭ 2,982 (+968.82%)
Mutual labels:  elf, reverse-engineering
E9patch
A powerful static binary rewriting tool
Stars: ✭ 317 (+13.62%)
Mutual labels:  elf, reverse-engineering
Vmlinux To Elf
A tool to recover a fully analyzable .ELF from a raw kernel, through extracting the kernel symbol table (kallsyms)
Stars: ✭ 317 (+13.62%)
Mutual labels:  elf, reverse-engineering
Goblin
An impish, cross-platform binary parsing crate, written in Rust
Stars: ✭ 591 (+111.83%)
Mutual labels:  elf, reverse-engineering
Dithumb
Minimal ARM/Thumb linear sweep disassembler similar to objdump
Stars: ✭ 5 (-98.21%)
Mutual labels:  elf, reverse-engineering
Die Engine
DIE engine
Stars: ✭ 648 (+132.26%)
Mutual labels:  elf, reverse-engineering
Dji Firmware Tools
Tools for handling firmwares of DJI products, with focus on quadcopters.
Stars: ✭ 424 (+51.97%)
Mutual labels:  elf, reverse-engineering
Elf Dump Fix
Utils use to dump android ELF from memory and do some fix including the ELF section header rebuilding
Stars: ✭ 166 (-40.5%)
Mutual labels:  elf, reverse-engineering
Lief
Authors
Stars: ✭ 2,730 (+878.49%)
Mutual labels:  elf, reverse-engineering
Opensteamcontroller
Steam Controller reverse engineering and customization project.
Stars: ✭ 253 (-9.32%)
Mutual labels:  reverse-engineering
Wtfjh
One-step iOS binary runtime instrumentation for the lazy ones
Stars: ✭ 265 (-5.02%)
Mutual labels:  reverse-engineering
ftrace
trace local function calls like strace and ltrace
Stars: ✭ 60 (-78.49%)
Mutual labels:  elf
Lumen
A private Lumina server for IDA Pro
Stars: ✭ 257 (-7.89%)
Mutual labels:  reverse-engineering
Infectpe
InfectPE - Inject custom code into PE file [This project is not maintained anymore]
Stars: ✭ 266 (-4.66%)
Mutual labels:  reverse-engineering
Ghidra Cpp Class Analyzer
Ghidra C++ Class and Run Time Type Information Analyzer
Stars: ✭ 252 (-9.68%)
Mutual labels:  reverse-engineering
Efixplorer
IDA plugin for UEFI firmware analysis and reverse engineering automation
Stars: ✭ 268 (-3.94%)
Mutual labels:  reverse-engineering
clodl
Turn dynamically linked ELF binaries and libraries into self-contained closures.
Stars: ✭ 136 (-51.25%)
Mutual labels:  elf
mutator
mutator is an experimental suite of tools aimed at analysis and automation of C/C++ code development
Stars: ✭ 62 (-77.78%)
Mutual labels:  elf
Plasma
Plasma is an interactive disassembler for x86/ARM/MIPS. It can generates indented pseudo-code with colored syntax.
Stars: ✭ 2,956 (+959.5%)
Mutual labels:  reverse-engineering
Microcode
Microcode Updates for the USENIX 2017 paper: Reverse Engineering x86 Processor Microcode
Stars: ✭ 268 (-3.94%)
Mutual labels:  reverse-engineering

Donate GitHub tag (latest SemVer) GitHub All Releases gitlocalized

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

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/XELFViewer.git

Edit build_lin64.bat ( check QT_PATH variable)

Run build_lin64.bat

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/XELFViewer.git

Edit build_mac.bat ( check QT_PATH variable)

Run build_mac.bat

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/XELFViewer.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 VS2017: https://github.com/horsicq/build_tools

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

Clone project: git clone --recursive https://github.com/horsicq/XELFViewer.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

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].