xkang
xkang
me too. ``` SnapshotHash: d56742caf7b3b3f4bd2df93a9bbb5503 ```
> @DiamondHunters @xiaokanghub I checked in these engines dump file is written. Attach apk Thanks! https://drive.google.com/file/d/1P5XWXXEW6elOt9PpkgQvSUxVtny2NH4Y/view?usp=sharing. I tested it on reflutter-0.7.2
@Impact-I any idea? here is some runtime info. ``` xkang@WIN ~\Desktop reflutter .\Hyppe.apk Choose an option: 1. Traffic monitoring and interception 2. Display absolute code offset for functions...
> No problem I got it [hyppe.dart.zip](https://github.com/Impact-I/reFlutter/files/9026563/hyppe.dart.zip) > > > [BlueBird.apk.zip](https://github.com/Impact-I/reFlutter/files/8999392/BlueBird.apk.zip) Here it is.Maybe it's caused by something on my phone?I have tried another apk and it run well but...
> > > > 你看是不是没有存储权限? 我 dump dex 写到这个目录都可以的
win10 Frida -> 14.2.13 Android 10(Pixel 4) Frida Server -> 14.2.13 work well for your code so please check your environment, such as your classes name, the version of frida...
the latest frida seems not support old Android :), not very friendly to older device
> > > win10 Frida -> 14.2.13 Android 10(Pixel 4) Frida Server -> 14.2.13 适用于您的代码,因此请检查您的环境,您的类名称,PC 上的 frida 版本与移动设备上的相同,并且等等 > > > > > > 我已经测试了 14.2.13,你是对的。 我尝试了最新版本 15.1.10,但没有用。 如果只是 Hook...
``` function anti_exit() { const exit_ptr = Module.findExportByName(null, 'exit'); if (null == exit_ptr) { return; } Interceptor.replace(exit_ptr, new NativeCallback(function (code) { if (null == this) { return 0; } return...