Hi,
I'm writing an android app where there is a strong need for IP-protection. I'm wondering if there's a way to encrypt the entire APK or at least the C/C++ native library where the *good stuff* lies.
That's what I thought as well about encrypting APKs I thought it was worth a shot to double check It would have been wonderful if Dahlvik could directly execute encrypted binaries (with HW acceleration)... Like it's common use in the automotive industry to prevent reverse engineering. I think I'll encrypt the senstitive parts of the C/C++ library using Android keystore systems for safe key storage, load the (encrypted) sensitive lib parts in RAM, decrypt them and execute from RAM - Not the optimal solution from security point of view but still better than nothing. I'll also obfuscate the Java code as well, Thanx for the information
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.