binaryninja/scc-docs/free.txt
Giulio De Pasquale 52e9dc828b dindon
2018-12-13 18:39:52 +00:00

14 lines
304 B
Plaintext

free
====
:title: Shellcode Compiler Runtime
---------------------------------------------
void free(void* ptr);
---------------------------------------------
Frees the buffer pointed to by `ptr`. The provided buffer must have been allocated with `malloc`.
See also
--------
link:malloc.html[malloc]