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 Callables and Atomic Types (Fix #49) #246

Merged
merged 1 commit into from
Sep 14, 2021
Merged

Support Callables and Atomic Types (Fix #49) #246

merged 1 commit into from
Sep 14, 2021

Conversation

thestr4ng3r
Copy link
Member

Fix #49

Example:
Bildschirmfoto 2021-09-14 um 17 29 27
left is old, right is new + source. Notice how the (*env)->NewStringUTF gets resolved. The additional dereference seems to be the expected behavior of how the decompiler prints it. (In C, both a function and its pointer may be called directly)

@thestr4ng3r thestr4ng3r enabled auto-merge (squash) September 14, 2021 15:46
@thestr4ng3r thestr4ng3r merged commit f100c2a into dev Sep 14, 2021
@XVilka XVilka deleted the callable branch September 14, 2021 15:58
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.

Integrate JNI.h types into the decompiled code
2 participants