nmmp icon indicating copy to clipboard operation
nmmp copied to clipboard

rules模板

Open huo108 opened this issue 2 years ago • 8 comments

请教一下,有rules.txt模板吗,rules.txt怎样写比较合理?

huo108 avatar Sep 18 '23 06:09 huo108

class com.* { *; }

class org.* { *; }

class ru.* { *; }

timscriptov avatar Sep 18 '23 06:09 timscriptov

https://github.com/TimScriptov/nmmp/blob/main/library/src/main/java/com/nmmedit/apkprotect/dex2c/filters/SimpleRules.java

timscriptov avatar Sep 18 '23 06:09 timscriptov

好的,谢谢

另外,这个工具有错误日志输出么? 点击Convert按钮,右侧信息框一直卡再Starting... 没有错误提示

huo108 avatar Sep 18 '23 07:09 huo108

对 aab 文件加固

huo108 avatar Sep 18 '23 07:09 huo108

I haven't tested AAB. I only tested APK. Need more time for testing

timscriptov avatar Sep 18 '23 08:09 timscriptov

The window on the right displays logs; if the application is very heavy, lengthy preparation is possible. The smaller the application size and the less class capture, the faster the application runs.

timscriptov avatar Sep 18 '23 08:09 timscriptov

In the near future I will display more useful information in the logs

timscriptov avatar Sep 18 '23 08:09 timscriptov

I haven't tested AAB. I only tested APK. Need more time for testing

Same configuration with apk convert, stuck in at start....on screen @ 1.2.8 version

loveanao avatar Dec 06 '23 07:12 loveanao