Skip to content

invoke_wrapper

不推荐使用

为大部分调用添加运行时包装器,分散直接调用。

yaml
invoke_wrapper_obfuscation:
  package_mode: 'random_existed'
  inject_to_other_class: true

package_mode

如果您不选择插入则为创建一个新的类文件插入方法。

您有以下几种新建类文件的策略:

  • random_existed: 随机存在的包路径
  • root: 根路径
  • unique: 唯一路径

inject_to_other_class

将包装方法插入到其他方法中