»Home
»Examples
»Invocation
»Runtime Library
»Python Bindings
»Known Issues
Shellcode Compiler
A custom shellcode compiler for Binary Ninja
void* munmap(void* addr, size_t len);

Unmaps a region of virtual address space. The region unmapped starts at addr and is len bytes in length.

See also