Get the latest tech news
Show HN: Bin-graph: Visualize binary files
Visualize binary files. Contribute to 8dcc/bin-graph development by creating an account on GitHub.
There are various different graph modes that determine how the input binary is represented in the output image. It uses readelf and grep to find the offset and size of the specified region, and uses that as the--offset-* arguments for bin-graph. I tried to make each part of the program as modular and independent as possible, for more maintainability and for easier expansion.
Or read this on Hacker News