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 Aug 22, 2024. It is now read-only.
目前生成的花指令只是一些简单的int类型变量定义 并且定义的变量没有被调用
个人感觉比较容易通过查找引用的方法排除掉无用的指令
以下是我对花指令混淆的一些想法
1.生成的花指令不只局限于int类型变量的定义 可以扩展到所有基本数据类型 , ArrayList String等常用的数据类型
2.生成无用的方法和类
3.在生成好的无效代码基础上增加调用
4.花指令中添加控制流 并使用if(false){} 或者 制造异常并捕获来跳过花指令的执行(对于调用频率不高的方法 用户自行配置)
5.自动查找代码中的静态方法生成花指令(使用上面的方法防止方法在运行过程中被调用)
The text was updated successfully, but these errors were encountered: