dogee.hsu

Results 3 comments of dogee.hsu

Adding gaussian noise helped for me

Instant Run的app如果要运行的话,需要做一下IO Redirect的操作。可以在本地修改一下代码就可以了。 2016-08-17 21:09 GMT+08:00 prife [email protected]: > 平行空间与VA应用目录结构差异 > > 平行空间可以运行,且平行空间双开HelloInstantRun应用后,其目录结果是: > > root@shamu:/data/data/com.lbe.parallel # tree > . > |-- app_baidu_ad_sdk > |-- app_webview > | |-- Web\...

可以在 VClientImpl.java ``` java private void handleBindApplication(AppBindData data) { Runtime.getRuntime().addShutdownHook(new Thread() { @Override public synchronized void start() { new Exception().printStackTrace(); super.start(); } }); + IOHook.redirect("/data/data/"+data.appInfo.packageName+"/", data.appInfo.dataDir); + IOHook.hook(); IOHook.startDexOverride(); IOHook.hookNative();...