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
Memory can only be deallocated by the script that allocated it.
Last updated