-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve Kaitai Parser Output Parsing #119
Comments
hello-adam
added a commit
that referenced
this issue
Aug 22, 2021
hello-adam
added a commit
that referenced
this issue
Aug 22, 2021
goldest-star
added a commit
to goldest-star/binary-analysis-tool
that referenced
this issue
Jun 4, 2023
# [0.51.0](Mahlet-Inc/hobbits@v0.50.0...v0.51.0) (2021-08-22) ### Bug Fixes * [core] BitArray fromString parsing error reports ([4b176de](Mahlet-Inc/hobbits@4b176de)) * improve kaitai parser parser [#119](Mahlet-Inc/hobbits#119) ([e1efaa2](Mahlet-Inc/hobbits@e1efaa2)) ### Features * big fixes and improvements to kaitai [#110](Mahlet-Inc/hobbits#110) [#119](Mahlet-Inc/hobbits#119) ([34bbc4d](Mahlet-Inc/hobbits@34bbc4d))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current parsing of the kaitai output does not go through lazily parsed chunks. This is described in kaitai-io/kaitai_struct#880
The kaitai struct plugin should do this lazy parsing in order to get closer to functional parity with other kaitai GUIs
The text was updated successfully, but these errors were encountered: