maoabc / nmmp

dex-vm used to protect the android classes.dex file
781 stars 269 forks source link

args[1] 这个参数传的是什么文件 #7

Closed zbcdbncsl closed 3 years ago

zbcdbncsl commented 3 years ago

怎么才能过滤不需要保护的类或方法

zbcdbncsl commented 3 years ago

懂了...

maoabc commented 3 years ago

这个是proguard的mapping.txt文件,因为没实现根据配置保留class,所以这个暂时没用。可以自己调用,然后代码里写保留规则

maoabc commented 3 years ago

想法是根据mapping文件得到混淆前的class名和方法名,然后使用一些规则保留需要的class。