We are looking for a way to protect our code, and confusion is not enough. Can I compile Android Java code into a native Android library?
Another option is to write c code and connect to it via JNI. But the code that we have is quite complex and well tested, rewriting in c could start testing again.
PS: We used to work on x86 hardware and used Excelsior Jet as a security tool. Since we want to switch to more economical (cheaper) equipment for hands and Android, we are looking for a simulated solution, such as Jet, which, alas, only compiles in x86.
source share