Method
FridaDeviceinject_library_file
Declaration
void
frida_device_inject_library_file (
FridaDevice* self,
guint pid,
const gchar* path,
const gchar* entrypoint,
const gchar* data,
GCancellable* cancellable,
GAsyncReadyCallback _callback_,
void* _callback__target
)
Parameters
pid-
Type:
guintThe process ID to inject into.
path-
Type:
const gchar*Path to the library on the device.
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:
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.