Method
FridaInjectorinject_library_blob
Declaration
void
frida_injector_inject_library_blob (
FridaInjector* self,
guint pid,
GBytes* blob,
const gchar* entrypoint,
const gchar* data,
GCancellable* cancellable,
GAsyncReadyCallback _callback_,
void* _callback__target
)
Parameters
pid-
Type:
guintThe process ID to inject into.
blob-
Type:
GBytesThe 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:
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.