https://github.com/andrey-moura/moonhex
A hex editor for romhackers
https://github.com/andrey-moura/moonhex
hex-editor romhacking wxwidgets
Last synced: 5 months ago
JSON representation
A hex editor for romhackers
- Host: GitHub
- URL: https://github.com/andrey-moura/moonhex
- Owner: andrey-moura
- Created: 2020-05-20T06:39:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-23T23:08:56.000Z (over 2 years ago)
- Last Synced: 2023-04-09T18:32:46.023Z (about 2 years ago)
- Topics: hex-editor, romhacking, wxwidgets
- Language: C++
- Size: 96.7 KB
- Stars: 12
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MoonHex
A hex editor for romhackers## Overview
### Appearance under Linux (Ubuntu 18) (Outdated picture)

### Appearance under Wndows (8.1)
### Features
* Table Suppport
* Offset navigation
* Font size customization
* Zoom in/out with mouse wheel## Building
### Linux
```shell
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
```shell
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
```