We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some opcodes requires u2 ( = unsigned short ) or u4 ( = unsigned int ) data type! Meanwhile, wide opcode is also a troublemaker!
u2
u4
This note will remain open until feature-decompile branch is completed.
feature-decompile
The text was updated successfully, but these errors were encountered:
Fix bug related with usage of opcode
d0c0b7c
Add function static inline u2 nextIndex(u1 &, u1 *); static inline u1 next_u1(u1 *); static inline u2 next_u2(u1 *); static inline u4 next_u4(u1 *); Fix bug #1
KaiserKatze
No branches or pull requests
Some opcodes requires
u2
( = unsigned short ) oru4
( = unsigned int ) data type!Meanwhile, wide opcode is also a troublemaker!
The text was updated successfully, but these errors were encountered: