apk - Protect Android Application From Moding -
we have challenge reverse engineer modding our app , change behavior of , repack it.
we added app signature checking code reverse engineer can found part , disabled it.
the challenge third-party api use must done on client , can't perform on server. have idea increase security of app ?
i have 3 things in mind security.
- use proguard code deobfuscation
- write native code secured part. can't reverse engineered
- or process secured part in server side & use result.
Comments
Post a Comment