Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

如何增量混淆,尝试了多次都没成功 #66

Open
dwdegithub opened this issue Apr 25, 2024 · 2 comments
Open

如何增量混淆,尝试了多次都没成功 #66

dwdegithub opened this issue Apr 25, 2024 · 2 comments

Comments

@dwdegithub
Copy link

如何增量混淆,尝试了多次都没成功。每次运行的混淆结果似乎一样。
现在想如何增量,或者如何指定混淆字典。谢谢

@dwdegithub
Copy link
Author

自己回答一下:
dir mapping:
com.demo.feixiang.yemian -> com.demo.feixiang.yemian

class mapping:
com.demo.feixiang.yemian.AboutActivity -> com.demo.feixiang.yemian.ZAXW

“dir mapping:”下配置要增量的类路径
“class mapping:”中配置要增量混淆的类路径下的第一个类的混淆类名。
执行混淆即可,之后的类则会在ZAXW的基础上增量

@dwdegithub
Copy link
Author

混淆字符能自定义并且更丰富一些就好了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant