o
odin.langpkg.dev
packages / library / binary-visualization

binary-visualization

b9aa895library

An Odin implementation of the data visualization technique which Tsoding implemented in one of his Youtube videos

MIT · updated 1 month ago

Binary Visualization

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:

Install

Build

Run

make binary-visualization

Usage

Run the executable

./binary-visualization file

where file is any file that can be read by the executable.

Example:

make example