onliveme / MoonHex

A hex editor for romhackers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MoonHex

A hex editor for romhackers

Overview

Appearance under Linux (Ubuntu 18) (Outdated picture)

Main Screen Linux

Appearance under Wndows (8.1)

Main Screen Windows

Features

  • Table Suppport
  • Offset navigation
  • Font size customization
  • Zoom in/out with mouse wheel

Building

Linux

git clone --recurse-submodules https://github.com/Moonslate/MoonHex.git
mkdir build
cd build
cmake ..
make

Windows

You need an envoirment variable pointing to wxWidgets

git clone --recurse-submodules https://github.com/Moonslate/HM-Studio.git
Open folder with Visual Studio or VS Code
Select a configuration either Release or Debug
Hit Build

About

A hex editor for romhackers


Languages

Language:C++ 92.3%Language:CMake 4.7%Language:Python 3.0%