Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 190 Bytes

File metadata and controls

12 lines (10 loc) · 190 Bytes

bin2txt

Convert binary file to txt.

usage

$ git clone https://github.com/rrandyzh/bin2txt.git
$ cd bin2txt
$ gcc bin2txt.c -o bin2txt
$ ./bin2txt target-binary.bin

Enjoy!