Juan Pablo Perata
Juan Pablo Perata
Excelent! I confirm that is working fine: ``` iPhone: ~ root# ./fsmon-1.8.2-ios -h Usage: ./fsmon-1.8.2-ios [-Jjc] [-a sec] [-b dir] [-B name] [-p pid] [-P proc] [path] (...) ```
To complement, I checked my server too and `openssl s_client -connect IP:Port -cipher aNULL` gives an error in ssl handshake, so it seems to be a bug, while a2sv says...
Hi, I do highly recommend you to check these issues created in the past with workarounds: https://github.com/flameshot-org/flameshot/issues/2590#issuecomment-1122196178 https://github.com/flameshot-org/flameshot/issues/2560#issuecomment-1223943716 (in my case that worked)
@SafaSafari that worked for me in a rooted OnePlus5 device with Android 10
@youaodu you can try https://github.com/frida/frida/issues/1788#issuecomment-932833126. I also summarized other tricks people used to get it working in different Android versions and devices: https://github.com/frida/frida/issues/1788#issuecomment-2100619656. Hope it helps!
Thanks for sharing https://github.com/frida/frida/issues/2719#issuecomment-1869274133 @SafaSafari! With `setprop persist.sys.usap_pool_enabled false` I was able to spawn processes with the latest **frida-server-16.2.1-android-arm64** in a rooted OnePlus 5 device with Android 10. In my...
Got the same error, thanks for sharing the workaround and the fix, hopefully gets merged
I usually use these commands in chain: ``` frida --version 16.2.1 ``` ``` pip install --upgrade frida-tools pip install --upgrade frida ``` ``` frida --version 16.4.10 ```