You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If element is non-contigious e.g. has 'instances' section part that points to a different part of the file, hex viewer displays some parts of the file as unparsed when toggling "disable lazy parsing".
Apparently this happens because fillInterals in ParsedTreeHandler.getNode function discards intervals that have start <= lastEnd. I tried to remove this condition and then sort intervals by start, and that seemed to fix the problem, however I did not go further than that.
If element is non-contigious e.g. has 'instances' section part that points to a different part of the file, hex viewer displays some parts of the file as unparsed when toggling "disable lazy parsing".
Apparently this happens because
fillInterals
inParsedTreeHandler.getNode
function discards intervals that havestart <= lastEnd
. I tried to remove this condition and then sort intervals bystart
, and that seemed to fix the problem, however I did not go further than that.example .ksy :
Test file (it is not actually a zip) test_input.zip
The text was updated successfully, but these errors were encountered: