RookieTao-Lee

Results 1 issues of RookieTao-Lee

APP静态安全检测过程中,因为初始化过程中加载path对应的dex文件 DexFile.loadDex(path, path + ".tmp", 0);报 动态加载DEX行为检测异常,请问这种情况有什么解决方案吗? if (path.endsWith(EXTRACTED_SUFFIX)) { //NOT use new DexFile(path), because it will throw "permission error in /data/dalvik-cache" dexfile = DexFile.loadDex(path, path + ".tmp", 0); }...