We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e489df commit ebd797eCopy full SHA for ebd797e
examples/bytecode.py
@@ -15,5 +15,5 @@
15
session = frida.attach("Twitter")
16
script = session.create_script_from_bytes(bytecode)
17
script.load()
18
-api = script.exports
+api = script.exports_sync
19
print("api.list_threads() =>", api.list_threads())
examples/rpc.py
@@ -14,6 +14,6 @@
14
"""
)
print("api.hello() =>", api.hello())
api.fail_please()
0 commit comments