Skip to content

整理一些app常见的加固方法,包括java层、native层和资源文件加固等

Notifications You must be signed in to change notification settings

oMasko/AppProtect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AppProtect

整理一些app常见的加固方法,包括java层、native层和资源文件加固等

1.HiddenMethod 隐藏dex文件的method

2.DexEncrypt 对dex文件整体加密解密

3.SectionEncrypt 对so文件的指定section进行整体加密解密

4.MethodEncrypt 对so文件的指定方法进行加密解密

About

整理一些app常见的加固方法,包括java层、native层和资源文件加固等

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 49.0%
  • Makefile 22.8%
  • Java 17.9%
  • C++ 10.3%