Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1.68 KB

HEXEDITORS.md

File metadata and controls

57 lines (39 loc) · 1.68 KB

README

Demonstrate some gui based hex editors.

Okteta

Okteta is a simple editor for the raw data of files.

NOTE: It is not available on MacOSX

# debian
sudo apt install okteta

Radare

Radare2: Libre Reversing Framework for Unix Geeks

# debian
sudo apt install radare2 

# macosx  
brew install radare2     

r2 $(which ps)

imhex

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

Resources

  • 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