amimo/dcc ? reverse-engineered prompt
Reverse engineered prompt
Build me a tool that can take an Android APK, find selected Java methods, and translate their DEX code into C code for extra protection.
I want it to work like a simple command line app where I can point it at an APK and get back a new signed APK plus a source zip with the generated native project. It should let me choose what gets compiled either with a filter file or by using a simple annotation, and it should support the common setup for Android development so I can build the native code with the NDK.
If you need to, look up the current docs for any Android or NDK details, but keep the experience straightforward, like a practical security tool for hardening apps.
Are you gonna build this?
make sure you review the code using coderabbit