Skip to content

DRPrincess/DR_TestNDKSignatureCheckDemo

Repository files navigation

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签名是否合法的验证)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published