c0w5lip / imgui-hex-viewer

minimalistic hex viewer built using imgui for learning purposes

Home Page:https://youtu.be/kbCiCVMAS1A

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImGUI hex viewer

Minimalistic hex viewer built using ImGUI for learning purposes

Features

  • Opening files
  • Attaching processes (not working for all processes)

TODO

  • Show opened file / attached process name somewhere
  • Allow user to select the number of bytes to be displayed (1024 by default). I actually implemented that feature, but it was buggy (the hex view overlapped upon it):

Thanks to

  • The awesome Dear ImGUI library
  • The gamehacking.academy website that taught me stuff about processes memory manipulation (even though my stuff is actually broken in that particular project)
  • cazz that made a video on implementing ImGUI and spared me some time firguring out how to do it the hard way
  • aaSSfxxx that helped me with some issue

About

minimalistic hex viewer built using imgui for learning purposes

https://youtu.be/kbCiCVMAS1A


Languages

Language:C++ 91.0%Language:C 9.0%