kaitai-io / kaitai_struct_formats

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

java_class: add sanity check for the version number #560

Closed armijnhemel closed 2 years ago

armijnhemel commented 3 years ago

Mach-O files have the same magic bytes. This PR adds a sanity check to avoid false positives.

generalmimon commented 2 years ago

@armijnhemel Thanks!