#[unsafe(no_mangle)]pub unsafe extern "C" fn mem_shellcode_free(address: usize) -> i32
Frees shellcode that was previously loaded with mem_shellcode_load. Removes the entry from the registry (triggering Drop / free_cave).
mem_shellcode_load
Drop
free_cave