Software Alternatives & Reviews

Ask HN: What software do you use to examine binary files?

TrID Kaitai Struct
  1. 1
    Allows to detect file type by recognition of binary signatures.
    There are a few hex/disk editors that support "templates" (but you need most times to create those yourself). Here is a sort of "curated list" of related tools: https://github.com/dloss/binary-parsing The most complete/populated I know of is Kaitai: http://kaitai.io/ http://formats.kaitai.io/ that you can use with Hiew with Kiewtai https://github.com/taviso/kiewtai If the question is slightly different, i.e. Which bytes are used to identify a given file format, there is Trid: https://mark0.net/soft-trid-e.html Which has also a database of known headers/patterns.

    #Office & Productivity #OS & Utilities #Graphic Design Software 21 social mentions

  2. Kaitai Struct is a formal language for binary format specification that can be compiled into parser code
    Pricing:
    • Open Source
    There are a few hex/disk editors that support "templates" (but you need most times to create those yourself). Here is a sort of "curated list" of related tools: https://github.com/dloss/binary-parsing The most complete/populated I know of is Kaitai: http://kaitai.io/ http://formats.kaitai.io/ that you can use with Hiew with Kiewtai https://github.com/taviso/kiewtai If the question is slightly different, i.e. Which bytes are used to identify a given file format, there is Trid: https://mark0.net/soft-trid-e.html Which has also a database of known headers/patterns.

    #IDE #Software Development #Text Editors 33 social mentions

Discuss: Ask HN: What software do you use to examine binary files?

Log in or Post with