You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
看源码的时候发现patch的时候传了类名 但是只要dex被加载 当类被使用的时候 还是会在先加载的dex中找到对应类名的类吧 好像并不需要那个类名 我测试了下是没问题。
关于CLASS_ISPREVERIFIED 的处理 。。类的处理量有点大。。 有没有什么好的解决方案推荐下
还有编译之后不clean的话 编译的class文件 会重复添加 System.out.println...
The text was updated successfully, but these errors were encountered: