Method

FridaBareboneTargetFunctionsAllocatorConfigget_alloc_flags

Declaration

guint64
frida_barebone_target_functions_allocator_config_get_alloc_flags (
  FridaBareboneTargetFunctionsAllocatorConfig* self
)

Description [src]

Extra second argument passed to alloc_function. Modern XNU data allocators are kalloc_data_external(size, flags); QEMU’s kalloc(size) ignores it. Defaults to zero.

Return value

Type: guint64

No description available.