Method
FridaBareboneTargetFunctionsAllocatorConfigadd_alloc_argument
Declaration
void
frida_barebone_target_functions_allocator_config_add_alloc_argument (
FridaBareboneTargetFunctionsAllocatorConfig* self,
FridaBareboneCallArgument* argument
)
Description [src]
Adds an argument to pass to alloc_function, for allocators that don’t take the size first. NT’s ExAllocatePoolWithTag(pool_type, size, tag) is [“0”, “size”, “0x64697246”].
Parameters
argument-
Type:
FridaBareboneCallArgumentThe argument to add.
The data is owned by the caller of the method.