kaitai-io / kaitai_struct_formats

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

luks.ksy: Added partial support for luks2 #630

Open Sebastian2023 opened 2 years ago

Sebastian2023 commented 2 years ago

Most distributions nowadays use luks2. I have implemented support for it. But not completely, since the JSON areas and (thus also the keyslot areas referenced in it) are difficult to parse due to Kaitai language constraints.

KOLANICH commented 1 year ago

JSON areas and (thus also the keyslot areas referenced in it) are difficult to parse due to Kaitai language constraints.

Look at #636, that format also relies on JSON.