Releases: 8dcc/bin-graph
Releases · 8dcc/bin-graph
v1.2.0
Changes:
- Add
entropy-histogrammode, similar to what was shown in the talk by Sergey Bratus and Greg Conti. - Add zigzag transformation option, which simply reverses odd rows (mentioned in Aldo Cortesi's article).
- Add Hilbert curve transformation option (also mentioned in Aldo Cortesi's article).
Internal changes:
- Abstract transformation functions into a separate step.
- Add
reverse_bufferfunction toutil.c.
Full Changelog: v1.1.1...v1.2.0
v1.1.1
Changes:
- Read input file dynamically, resize array when needed.
- Support specifying
stdinas-, support inbin-graph-hexdump.sh. - Add bash completion.
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Changes:
- Add support for multiple output formats, now PNG and colored text through ANSI escape sequences.
- Support
-as output file to specifystdout. - Add
bin-graph-hexdump.shscript for printing the output of a hexdump command (xxd) side-by-side with the ANSI-escaped output ofbin-graph.
Internal changes:
- Rename
byte_array_freetobyte_array_destroy.
Full Changelog: v1.0.2...v1.1.0
v1.0.2
Changes:
- Split generation functions into different sources.
- Move export functions into different sources (for now
export_png, which used to beimage2png). - Fix some out-of-bounds errors.
- Rename
image_freetoimage_deinit. - Add
WRNmacro.
Full Changelog: v1.0.1...v1.0.2
v1.0.1
v1.0.0
Full Changelog: https://github.com/8dcc/bin-graph/commits/v1.0.0