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.

  1. use proguard code deobfuscation
  2. write native code secured part. can't reverse engineered
  3. or process secured part in server side & use result.

Comments

Popular posts from this blog

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -