TamerPlatform / frida-push

Wrapper tool to identify the remote device and push device specific frida-server binary.
GNU General Public License v3.0
43 stars 32 forks source link

Stops while pushing server to NoxPlayer #10

Open moorer2k opened 6 years ago

moorer2k commented 6 years ago

I had to update the adb version that is included in the latest NoxPlayer because it was causing frida-push to throw the "transport_id" error. However, though it's all working good with the newest adb, and your script detects the environment etc. it just never finishes uploading. Here is a couple screenshots of the output, trigger after i cancel from waiting too long.

image

The weird thing is that it is actually creating the file on the VM. It's only creating it at 6.94MB every time and stopping there.

image

When I cancel it, it is removed fine also. So, i'm unsure what's going on here.

Edit; Forgot to mention, the file it downloaded, is the full size. So it's not a broken download or anything.