wjj1928

Results 9 issues of wjj1928

Try 15.1.22 today with android 32bit version. I pushed frida-server 32bit arm version to device and run it on device. frida-ps -U can list android process correctly. But when run...

I am trying to access overide method as below in android 11 but it report error on 15.2.2 frida: ``` [*] [type]: error [*] [description]: Error: i(): argument types do...

I saw bootchart has a diskIo throughput graph. Is it possible to show how many data read/write during bootup? This information will help to understand diskIo workload then optimize it....

I have injuect gadget into android and set config as below: cat libgadget.config.so { "interaction": { "type": "script", "path": "/data/local/tmp/script.js", "on_change": "reload" } } The script.js is simple: ``` 'use...

When run devep build with Pie device. below crash happen: 05-18 09:02:37.552 8586 8586 F DEBUG : ABI: 'arm64' 05-18 09:02:37.552 8586 8586 F DEBUG : pid: 8509, tid: 8509,...

Use case, Android13 device with NFC support. 1. Turn on/off NFC from settings. 2. Notice adb shell dumpsys meminfo com.sample.demo Stack value increase 8K every on/off cycle. I am thinking...

In bootchart graph, we can see diskIO graph like below: ![image](https://github.com/google/perfetto/assets/65702/c0b3f87f-30cc-4c89-b4c0-455785ac36aa) I would expect perfetto provide similar feature. If any sql command can do the same, please help share how...

enhancement

I use below config to capture android13 bootup trace. it's defined as 5mins log which works fine only bootup and keep device idle. But if I run stresstestapp (android aosp...

I am trying to hook android11 system_server On linux. frida version is 14.2.13. The script as below: > Java.perform(function () { > var clazz = Java.use("com.android.server.policy.PhoneWindowManager") > var func =...