It converts binary files to C code buffers. It is only useful for developers.
Here.
You either double-click the Binary2CCode.jar
or execute java -jar Binary2CCode.jar
on the command line.
Yes, it is as follows:
-b,--buffer-variable-name <arg> The buffer's variable name
-h,--header-file-name <arg> Header file name
-i,--input-binary <arg> Input binary file
-l,--line-break-interval <arg> The amount of bytes per line
Here.