Skip to content

Latest commit

 

History

History

bin_tools

Binary file utilities

These are utilities to work with the binary file format used in this project.

Documentation for the binary file format is given in pp_extractor/doc/Binary_Format.md

Utility list

  • bin_splitter : Splits a binary file into smaller binary files
  • bin_merger : Merges binary file into one (a split followed by a merge results in the same exact file)
  • bin_diff : A tool that generates a CSV output with the differences between two binary files
  • analyze_bin : A tool that gives summary statistics about the binary file
  • bin_compare : A tool that compares two binary files