An Odin implementation of the data visualization technique which Tsoding implemented in C in his Youtube video Reverse Engineering Data Files. Instead of saving a PNG, we display the resulting image with raylib.
This is a visualization of the executable (on x86) which can be built with this repository:
Run
make binary-visualizationRun the executable
./binary-visualization filewhere file is any file that can be read by the executable.
Example:
make example