kaitai-io / kaitai_struct_formats

Kaitai Struct: library of binary file formats (.ksy)
http://formats.kaitai.io
711 stars 204 forks source link

add specification for netgear .chk files #668

Open armijnhemel opened 1 year ago

armijnhemel commented 1 year ago

This PR adds a specification for Netgear .chk files. It is a fairly simple format: a header specifying some meta information and lengths, followed by data. The checksums in the header are computed using a Netgear specific method.

KOLANICH commented 1 year ago

I guess you can try to implement checksumming in KS using my impls of various checksums (#623, #624, #625) as a base.