Method

FridaDeviceinject_library_blob

Declaration

void
frida_device_inject_library_blob (
  FridaDevice* self,
  guint pid,
  GBytes* blob,
  const gchar* entrypoint,
  const gchar* data,
  GCancellable* cancellable,
  GAsyncReadyCallback _callback_,
  void* _callback__target
)

Description [src]

Injects a shared library from an in-memory blob into a process.

Parameters

pid

Type: guint

The process ID to inject into.

blob

Type: GBytes

The library image.

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

Type: const gchar*

Name of the entrypoint function to call.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
data

Type: const gchar*

A string passed to the entrypoint.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
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.