zer0def / undetected-frida

Non-authoritatively making Frida less (not un-!)detectable by applying some symptomatic patches. Melded with CrackerCat/strongR-frida-android, hzzheyang/strongR-frida-android and Ylarod/Florida. Now with Magisk/KSU modules.
GNU Lesser General Public License v2.1
52 stars 16 forks source link

Failed to spawn: agent connection closed unexpectedly #7

Closed cloud-jie closed 2 months ago

cloud-jie commented 2 months ago

image image

The app has no protection, it's just a test demo

cloud-jie commented 2 months ago

Something else is strange, the thread gdbus still exists when using your project frida server version 16.2.1, and at the same time, I used the latest version of the project Florida, 16.4.8, and the problem still exists.

How do I know that the thread gdbus exists? A flida detection apk

zer0def commented 2 months ago

Solved by pulling AsenOsen's patches.

vellrya commented 2 months ago

I apologize if my previous post contained unnecessary information)

I downloaded a new version from the release section, unfortunately the error is repeated. image

I would also like to add that even running undetected frida-server on a device is determined by this app: https://github.com/fatalSec/android_in_app_protections (with bypass from author attached)

e.g. by netstat contains frida-server image

Does it work as intended?

UPD: I also tried this release from 23 Aug (https://github.com/zer0def/undetected-frida/releases/tag/16.4.10) - error still present