Dealloc Exe

Signature

u64 deallocExe(u64 address)

Description

Deallocates executable memory within the 32-bit address space.

Returns whether the operation was successful (>0) or not (0).

Arguments

Address

The starting address of the executable memory to be deallocated.

Notes

Last updated