Skip to content

error: unable to find method 'getProcessName' #115

@ttmx

Description

@ttmx

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions