Kepler
Kepler
关于host读取device的数据,怎么从device中读取他的文件数据回来,希望你看到能恢复下,谢谢
## get_main_activity may not work right If `AndroidManifest.xml ` tag ` "android.intent.action.MAIN" ` activity has ` "android.intent.category.LAUNCHER"` more than 3 `category ` ,`APK` may return random value of MainActivity from...
错别字
在字符编码这一节有错别字,希望作者能改一下,厘清 ,应该为 ,理清^_^
Hi,I want to run this docs on win,but it can't run due to error below: ```sh failures: ---- C:\Users\AA\AppData\Local\Temp\mdbook-tB0wit\exercises/day-3/solutions-afternoon.md - Day_3_Afternoon_Exercises::Safe_FFI_Wrapper (line 7) stdout ---- error[E0433]: failed to resolve: could...
如题,由于使用的安装包内的adb和使用系统环境变量配置的adb版本不同,导致打开qtscrapy之后出现很多设备断开重连,一直重复。 这种现象在使用android studio(as)这类工具时出现,as工具使用的是指定sdk内的adb(配置的系统变量指向),qtscrapy使用的是自带的,所以就产生了冲突。 能不能增加一个选项配置adb选项来选择使用的是安装包内的adb或者使用指定的adb,因为adb的版本不同解决打开qtscrapy之后会出现重复断开重连的问题
As mentioned in the submitted changes, the reported issues have been fixed.
When I called a frida.get_manager_device().add_remote_device("127.0.0.1:1210") in python multiprocessing.Process ,I can't get a response from the call,and it will be blocked in `frida_get_device_manager().add_remote_device("127.0.0.1:1210")` .Also I have called `adb forward tcp:1210 tcp:1210`...
As title,when I ran command `ktool open /path/to/macho file` ,which an error was occured as below. ``` ktool.exe open CTPocket Hard fault in GUI due to uncaught exception: Traceback (most...
在查找Library的时候有些app不一定是"config.arm64_v8a.apk" : "config.armeabi_v7a.apk"这两个文件,因此可以搜索parent下的app来确定即可