-
Notifications
You must be signed in to change notification settings - Fork 63
Features
Tamás Koczka edited this page Nov 20, 2016
·
18 revisions
If you select an object or field in the tree view then the underlying bytes will be selected in the hex view and vica versa:
By right-clicking in hex view and selecting "Download" in the popup menu you can save the selected bytes as a binary file:
You can also drag and drop back this partial file to further inspection.
By right-clicking on any .ksy file in the file browser you can generate parser code for various languages: C++ (STL), C#, Graphviz, Java, Javascript, Perl, PHP, Python, Ruby.
By adding debugger;
into the generated code in the JS code (debug)
tab and pressing Ctrl+Enter
, you can break the parsing process at various points and make further inspections, access parsing state variables, etc: