You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to reverse engineer a .so file from an android apk.
I loaded libil2cpp.so into ghidra, parsed C source with il2cpp_ghidra.h and ran script ghidra_with_struct.py successfully.
I can see all functions with names/symbols but if I select a function, the decompiler always says "no function".
When I tried it before I got many errors while running the ghidra_with_struct.py script but I could see some code in the decompiler.
The other problem is that I can never find any reference of any function.
Can anybody tell me, what's the problem or what I'm doing wrong?
This discussion was converted from issue #6161 on January 29, 2024 13:41.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I try to reverse engineer a .so file from an android apk.
I loaded libil2cpp.so into ghidra, parsed C source with il2cpp_ghidra.h and ran script ghidra_with_struct.py successfully.
I can see all functions with names/symbols but if I select a function, the decompiler always says "no function".
When I tried it before I got many errors while running the ghidra_with_struct.py script but I could see some code in the decompiler.
The other problem is that I can never find any reference of any function.
Can anybody tell me, what's the problem or what I'm doing wrong?
Would appreciate any help and answers, thank you!
Beta Was this translation helpful? Give feedback.
All reactions