Skip to main content

mem_shellcode_free

Function mem_shellcode_free 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn mem_shellcode_free(address: usize) -> i32
Expand description

Frees shellcode that was previously loaded with mem_shellcode_load. Removes the entry from the registry (triggering Drop / free_cave).