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: GBytes

The compiled script.

The data is owned by the caller of the method.
options

Type: FridaScriptOptions

Script 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: GCancellable

No description available.

The argument can be NULL.
The data is owned by the caller of the method.
_callback_

Type: GAsyncReadyCallback

No 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.