Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 640 Bytes

File metadata and controls

22 lines (16 loc) · 640 Bytes

bin2text

Convert the bin file into text format according to the specified profile.

Command Support

Use the following command to parse the bin file:

  • bin2text.py : script name.
  • --config-dir : parameter option.
  • profile_directory: the profile needed to parse the bin file.
  • --bin : parameter option.
  • bin-file : the bin file needed to be parsed.
  • --type : parameter option.
  • csv : converted the bin file into csv format.
python bin2text.py --config-dir profile_directory --bin bin_file --type csv

GUI Support

GUI support will be the second phase functionality.