»Home
»Examples
»Invocation
»Runtime Library
»Python Bindings
»Known Issues
Shellcode Compiler
A custom shellcode compiler for Binary Ninja
void free(void* ptr);

Frees the buffer pointed to by ptr. The provided buffer must have been allocated with malloc.

See also