Method
FridaDeviceManageradd_barebone_device
Declaration
void
frida_device_manager_add_barebone_device (
FridaDeviceManager* self,
FridaBareboneConfig* config,
FridaBareboneDeviceOptions* options,
GCancellable* cancellable,
GAsyncReadyCallback _callback_,
void* _callback__target
)
Description [src]
Adds a device backed by the Barebone backend, which talks to a target that has no operating system of its own, or one that Frida reaches through a debugger stub or an injected agent.
Parameters
config-
Type:
FridaBareboneConfigHow to reach the target, and how to allocate memory in it.
The data is owned by the caller of the method. options-
Type:
FridaBareboneDeviceOptionsHow the device presents itself.
The argument can be NULL.The data is owned by the caller of the method. 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.