Skip to content

andrey-moura/MoonHex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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