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

16 lines
408 B
Plaintext

shm_unlink
==========
:title: Shellcode Compiler Runtime
---------------------------------------------
int shm_unlink(const char* path);
---------------------------------------------
Deletes the shared memory page denoted by `path`. Returns zero on success, or the negation of the error code on error.
WARNING: This function is not yet available on Linux.
See also
--------
link:shm_open.html[shm_open]