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

OneOf Support #1

Open
kiwidoggie opened this issue Jul 16, 2022 · 0 comments
Open

OneOf Support #1

kiwidoggie opened this issue Jul 16, 2022 · 0 comments

Comments

@kiwidoggie
Copy link

I was testing this on a game's save data. I noticed that oneof doesn't seem to be supported properly. In the protobuf source, it seems that inside of FieldDescriptorProto the oneof_index is case (9): I found this by looking through the descriptors binary data for 480142150A which the first byte 48 >> 3 = 9 At the current time of manually by-hand decoding, I have been setting just the optional field (which works for rebuilding) but not entirely sure that is correct.

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

No branches or pull requests

1 participant