frida-node icon indicating copy to clipboard operation
frida-node copied to clipboard

error: unable to find method 'getProcessName'

Open ttmx opened this issue 8 months ago • 0 comments

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.

ttmx avatar May 24 '25 01:05 ttmx