Hacker News new | ask | show | jobs
Show HN: Android Native Reverse Tools (neocanable.github.io)
2 points by neocanable 92 days ago
The final piece of the Android decompilation/static analysis puzzle is native reverse engineering. After completing the decompilation of the Java/dex parts, I decided to challenge myself with the decompilation and static analysis of the native parts, and I gave this native part a different name: rosemary.

It's under development, I've just finished creating the control flow and data flow.