A Hex Editor for Reverse Engineers, programmers and people who calculate their vision when working at 3 in the morning non-stop, analyzing a variety of bytes and hex strings.
Table of Contents
Specifications
- Byte patching
- Patch Management
- Copy bytes as a feature
- Bytes
- Hex string
- C, C ++, C #, Rust, Python, Java & JavaScript array
- View ASCII-Art hex
- HTML SELF-CONTAINED DIV
- Search String and hex
- Colorful highlighting
- And much more
Installation
Windows
mkdir build
cd build cmake -DCMAKE_BUILD_TYPE = Release .. make -j
MacOS
brew bundle --no-lock --file dist / Brewfile mkdir build
cd build CC =$(Brew - -Prefix llvm)/ bin / clang CXX =$(Brew - -Prefix llvm)/ bin / clang ++ PKG_CONFIG_PATH ="$(Brew - -Prefix Openssl)/ lib / pkgconfig":"$(Brew - -Prefix)/ lib / pkgconfig" cmake -DCMAKE_BUILD_TYPE = Release .. make -j
Linux
mkdir build
cd build cmake -DCMAKE_BUILD_TYPE = Release .. make -j
Application snapshots
You can download the program from here.