I want to improve myself in Android penetration testing. For this task i need to learn reversing the native libraries of an APK file to detect vulnerabilities. What is the best way and resources for my task?
Asked
Active
Viewed 62 times
0
-
Besides some of the Java/Android specific glue, reverse engineering native libraries is no different than "regular" reverse engineering. – multithr3at3d Oct 04 '21 at 11:53
-
@multithr3at3d What happens when actual form compiled for arm cpu? – Commodus Oct 04 '21 at 12:07
-
2Does this answer your question? How do I reverse engineer .so files found in android APKs? – Andrew T. Oct 04 '21 at 14:27