Method

FridaInjectorinject_library_file

Declaration

void
frida_injector_inject_library_file (
  FridaInjector* self,
  guint pid,
  const gchar* path,
  const gchar* entrypoint,
  const gchar* data,
  GCancellable* cancellable,
  GAsyncReadyCallback _callback_,
  void* _callback__target
)

Description [src]

Injects a shared library from a file into a process.

Parameters

pid

Type: guint

The process ID to inject into.

path

Type: const gchar*

Path to the library.

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