Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 356 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 356 Bytes

BinaryVisualizer

Quick and dirty BinaryVisualizer which loads any type of file and encodes the Binary into a PNG image.

Useage

Command Line: BinaryVisualizer.exe Arg1 Arg2

  • Arg1: Filename
  • Arg2: RGB || RGBA (RGBA by default if omitted)

Outputs the binary visualized in a .PNG file.

#Example Useage BinaryVisualizer.exe foobar.txt RGB