Alloc Exe

Signature

u64 allocExe(u64 size)

Description

Allocates executable memory within the 32-bit address space, always aligned to the nearest 16 bytes.

Returns the starting address to the allocated memory, or 0 if allocation fails.

Arguments

Size

The amount of memory to allocate, in bytes.

Notes

Last updated