Skip to content
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

Support byte-array primitive #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Schramp
Copy link

@Schramp Schramp commented Feb 11, 2022

Crashes reporting:
Fields
0:
Array - [ - 0x5b
fieldName
Length - 1 - 0x00 01
Value - b - 0x62
className1
TC_STRING - 0x74
newHandle 0x00 7e 00 09
Length - 2 - 0x00 02
Value - [B - 0x5b42
.
.

Exception in thread "main" java.lang.RuntimeException: Error: Unexpected array field value type (0x7a
at nb.deser.SerializationDumper.readArrayField(SerializationDumper.java:1497)
at nb.deser.SerializationDumper.readFieldValue(SerializationDumper.java:989)

Crashes reporting:
                  Fields
                    0:
                      Array - [ - 0x5b
                      fieldName
                        Length - 1 - 0x00 01
                        Value - b - 0x62
                      className1
                        TC_STRING - 0x74
                          newHandle 0x00 7e 00 09
                          Length - 2 - 0x00 02
                          Value - [B - 0x5b42
.
.

Exception in thread "main" java.lang.RuntimeException: Error: Unexpected array field value type (0x7a
        at nb.deser.SerializationDumper.readArrayField(SerializationDumper.java:1497)
        at nb.deser.SerializationDumper.readFieldValue(SerializationDumper.java:989)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant