-
Notifications
You must be signed in to change notification settings - Fork 281
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
请问如何过滤掉compose内容 并且支持compose,此问题和#103一致 #120
Comments
改成class androidx.compose.*就好了 |
规则不是过滤规则,是转换规则。 |
好的,谢谢大佬
|
mapping.txt是proguard混淆生成的文件,用来还原混淆后的类名方法名。 |
java -jar .\vm-protect-2023-07-08-0942.jar apk .\app-release.apk .\test.txt .\test.txt
Exception in thread "main" java.rmi.RemoteException: Error rule 0: class androidx.compose.* { ; }
at com.nmmedit.apkprotect.dex2c.filters.SimpleRules.parse(SimpleRules.java:74)
at com.nmmedit.protect.ApkMain.main(ApkMain.java:26)
at com.nmmedit.protect.Main.main(Main.java:24)
test.txt 内容为
class androidx.compose.* { ; }
The text was updated successfully, but these errors were encountered: