Demonstrate some gui based hex editors.
Okteta is a simple editor for the raw data of files.
NOTE: It is not available on MacOSX
# debian
sudo apt install okteta
Radare2: Libre Reversing Framework for Unix Geeks
# debian
sudo apt install radare2
# macosx
brew install radare2
r2 $(which ps)
NOTES:
- Supports Yara Rules for malware identification. Yara Rules
- It is possible to load patterns to parse and highlight files.
- I was having issues installing on Ubuntu - Installed v1.18.2, GLIBCXX_3.4.29 missing.
# debian
sudo dpkg -i ~/Downloads/imhex-1.19.3.deb
# macosx (this is an app on mac)
brew install imhex
# run on macox
/Applications/imhex.app/Contents/MacOS/imhex --open file.bin
- Okteta is a simple editor for the raw data of files. here
- Radare2: Libre Reversing Framework for Unix Geeks here
- A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM. here
- Hex patterns, include patterns and magic files for the use with the ImHex Hex Editor here
- Where can I find GLIBCXX_3.4.29? here
- How to install GLIBCXX_3.4.29 on Ubuntu 20.04? here
- “PPA for Ubuntu Toolchain Uploads (restricted)” team here