fox-it / dissect.cstruct_legacy

A no-nonsense c-like structure parsing library for Python
MIT License
240 stars 25 forks source link

Fixed VLA/VSA for all types. #11

Open Hadatko opened 4 years ago

Hadatko commented 4 years ago

Null termination removed.

10

hubert3x3 commented 3 years ago

Is there any plan to merge this fix into official release anytime soon? We need flexible arrays behaving exactly like in C language.

Hadatko commented 3 years ago

Is there any plan to merge this fix into official release anytime soon? We need flexible arrays behaving exactly like in C language.

Hi, if you are interested. All these PR from me are merged here: https://github.com/ACRIOS-Systems/dissect.cstruct/tree/devel

It looks like guys silently pushed new version and i gues mine PR will not fit that version.

hubert3x3 commented 3 years ago

Thank you for quick response. Quick check has proved that your version solves our problems.