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

Watch out for data structure involved in decompilation #1

Open
KaiserKatze opened this issue Apr 29, 2016 · 0 comments
Open

Watch out for data structure involved in decompilation #1

KaiserKatze opened this issue Apr 29, 2016 · 0 comments
Assignees
Labels

Comments

@KaiserKatze
Copy link
Owner

Some opcodes requires u2 ( = unsigned short ) or u4 ( = unsigned int ) data type!
Meanwhile, wide opcode is also a troublemaker!

This note will remain open until feature-decompile branch is completed.

@KaiserKatze KaiserKatze self-assigned this Apr 29, 2016
KaiserKatze added a commit that referenced this issue Apr 29, 2016
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant