DRPrincess / DR_TestNDKSignatureCheckDemo

check signature of apk is legal use so file with help of NDK (使用NDK 建立so文件完成对apk签名是否合法的验证)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DR_TestNDKSignatureCheckDemo

Function

check signature of apk is legal use so file with help of NDK
(使用NDK 建立so文件完成对apk签名是否合法的验证)


Principle

in the c++ code ,validate the current signature of apk whether is legal ,if yes, return a key str , if no ,return error str

本Demo通过调用NDK层方法通过对签名的合法验证,返回一个与服务器通信的秘钥来在一定程度上防止二次打包

links

My CSDN Blogs :Android-安全-签名验证让二次打包变的更难

About

check signature of apk is legal use so file with help of NDK (使用NDK 建立so文件完成对apk签名是否合法的验证)


Languages

Language:Java 63.9%Language:C++ 36.1%