Last updated 3 months ago
Deallocates executable memory within the 32-bit address space.
Returns whether the operation was successful (>0) or not (0).
>0
0
The starting address of the executable memory to be deallocated.
Memory can only be deallocated by the script that allocated it.
u64 deallocExe(u64 address)