Method
FridaSessioncreate_script_from_bytes
Declaration
void
frida_session_create_script_from_bytes (
FridaSession* self,
GBytes* bytes,
FridaScriptOptions* options,
GCancellable* cancellable,
GAsyncReadyCallback _callback_,
void* _callback__target
)
Description [src]
Creates a new script from a precompiled bytecode blob, as produced by
frida_session_compile_script().
Parameters
bytes-
Type:
GBytesThe compiled script.
The data is owned by the caller of the method. options-
Type:
FridaScriptOptionsScript options such as name and runtime, or null.
The argument can be NULL.The data is owned by the caller of the method. cancellable-
Type:
GCancellableNo description available.
The argument can be NULL.The data is owned by the caller of the method. _callback_-
Type:
GAsyncReadyCallbackNo description available.
The argument can be NULL. _callback__target-
Type:
void*No description available.
The argument can be NULL.The data is owned by the caller of the method.