-
Notifications
You must be signed in to change notification settings - Fork 6
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
Can it support Opaque types? #25
Comments
@MatrixEditor do you have any suggestion? |
First of all, it looks like you are not using v0.11 which fixes some issues. Nevertheless, the issue is related to an attribute which is usually present in generated Java classes. This one is important, because the old version and new GUI depend on it to display a struct graphically. You can generate a Java file manually and compare it with your file to find missing fields. |
I'm a bit confused.
|
I have a custom type:
It is defined in Java code as follows:
When running, an error occurs:
If it can be supported, this tool would be perfect. It could be used as a .ksy file debugger by first writing the .ksy file and then debugging with the Kaitai Struct GUI to verify if the results match the expectations.
The text was updated successfully, but these errors were encountered: