Skip to content

bmai1/hexeditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hex Editor

A simple hex editor with SDL3 to inspect and modify binary files.

demo1

Requirements

  • CMake
  • A C++17 compiler
  • vcpkg
  • SDL3
  • SDL3_ttf

Install Dependencies

After installing vcpkg, install the required libraries:

macOS/Linux

./vcpkg install sdl3 sdl3-ttf

Windows

.\vcpkg install sdl3 sdl3-ttf

Build on macOS/Linux

cmake -B build \
  -DCMAKE_TOOLCHAIN_FILE=/path/to/vcpkg/scripts/buildsystems/vcpkg.cmake

cmake --build build

Run:

./build/hexeditor

Build on Windows

cmake -B build `
  -DCMAKE_TOOLCHAIN_FILE=C:/path/to/vcpkg/scripts/buildsystems/vcpkg.cmake

cmake --build build

Run:

.\build\Debug\hexeditor.exe

About

Simple hex editor with SDL3 to inspect and modify binary files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors