function loadDexfile(dexfile) {
    Java.perform(function() {
          Java.openClassFile(dexfile).load();
    });
};

传入dexfile的路径即可
之后就可以直接使用dex文件的类或者方法了。

相关文章:

  • 2021-12-27
  • 2021-11-22
  • 2021-07-13
  • 2021-04-13
  • 2021-12-06
  • 2021-07-12
  • 2021-07-18
  • 2022-01-09
猜你喜欢
  • 2021-10-26
  • 2021-06-27
  • 2022-12-23
  • 2021-12-02
  • 2021-05-08
相关资源
相似解决方案