function loadDexfile(dexfile) { Java.perform(function() { Java.openClassFile(dexfile).load(); }); };
传入dexfile的路径即可 之后就可以直接使用dex文件的类或者方法了。