Replies: 2 comments 3 replies
-
|
Hi, Hopefully I can write a more detailed write-up this weekend (though it would assume basic knowledge of the tools I have used) As to your journey, I can try to help you but you need to provide more specific information. Where are you stuck? What are you trying to find in said function/place?
What looks gibberish? Which function? Is it the Assembly or decompiled code? Specific instructions or the general flow? Good luck! |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for your answer! The decompiled code is too hard for me to understand, perhaps IDA is better than Ghidra in that case, I'll give that a try.
I will really appreciate this. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I found it very interesting, so I tried to do it myself (i'm a developer so all this research thing is kind of new to me)
I managed to find the
getTokenfunction in the apk usingJADX, and I saw it usesthe FaceDetectNative.getFacialLandmarksfrom the native.sofile.I opened it using
Ghidrato decompile the compiled code - and it looks totally Gibberish to me, I'm curious to know how did you understand and re-write it in python.Thanks a lot
Beta Was this translation helpful? Give feedback.
All reactions