Method

GumCodeAllocatoralloc_deflector

Declaration [src]

GumCodeDeflector*
gum_code_allocator_alloc_deflector (
  GumCodeAllocator* self,
  const GumAddressSpec* caller,
  gpointer return_address,
  gpointer target,
  gboolean dedicated
)

Description

No description available.

Parameters

caller

Type: GumAddressSpec

No description available.

The data is owned by the caller of the method.
return_address

Type: gpointer

No description available.

The argument can be NULL.
The data is owned by the caller of the method.
target

Type: gpointer

No description available.

The argument can be NULL.
The data is owned by the caller of the method.
dedicated

Type: gboolean

No description available.

Return value

Type: GumCodeDeflector

No description available.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.