A simple hex editor with SDL3 to inspect and modify binary files.
- CMake
- A C++17 compiler
- vcpkg
- SDL3
- SDL3_ttf
After installing vcpkg, install the required libraries:
./vcpkg install sdl3 sdl3-ttf.\vcpkg install sdl3 sdl3-ttfcmake -B build \
-DCMAKE_TOOLCHAIN_FILE=/path/to/vcpkg/scripts/buildsystems/vcpkg.cmake
cmake --build buildRun:
./build/hexeditorcmake -B build `
-DCMAKE_TOOLCHAIN_FILE=C:/path/to/vcpkg/scripts/buildsystems/vcpkg.cmake
cmake --build buildRun:
.\build\Debug\hexeditor.exe