Skip to content

Python bindings does not load the script compiled #94

@hillelpinto

Description

@hillelpinto

When compiling a full Frida JS module (4 scripts, almost each one needs to import an other one) with frida-compile, the outputted file can be loaded by executing: frida -l

But when trying to load it using frida in python by calling create_script() i get an error

frida.InvalidArgumentError: script(line 1): SyntaxError: unexpected character

How can i load the outputted script from frida-compile also in python ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions