Files
metasploit-gs/external/source/exploits/CVE-2017-13861/vnode_utils.h
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
192 B
C
Raw Normal View History

2019-04-03 03:58:30 +08:00
int vnode_lookup(const char *path, int flags, uint64_t *vnode, uint64_t vfs_context);
uint64_t get_vfs_context(void);
int vnode_put(uint64_t vnode);
int fix_vnode_for_mmap(const char* path);