项目作者: Moonslate

项目描述 :
A hex editor for romhackers
高级语言: C++
项目地址: git://github.com/Moonslate/MoonHex.git
创建时间: 2020-05-20T06:39:36Z
项目社区:https://github.com/Moonslate/MoonHex

开源协议:

下载


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

  1. git clone --recurse-submodules https://github.com/Moonslate/MoonHex.git
  2. mkdir build
  3. cd build
  4. cmake ..
  5. make

Windows

You need an envoirment variable pointing to wxWidgets

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