-
-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
Hey! I updated to frida 17.0.4, and now when I try running the following code I get error: unable to find method 'getProcessName' on the last line.
import frida from 'frida';
let device = await frida.getUsbDevice();
await device.spawn(['any.thing.here']);I'm connecting to an Android device.
The device does appear seemingly correctly if I print it, but I cannot get the spawn to work. Any idea what I may be doing wrong? It worked on 16.7.18.
The same issue occurs started occurring in python with the same versions, I just wasn't sure where to report it.
Metadata
Metadata
Assignees
Labels
No labels