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

9 lines
109 B
C
Raw Normal View History

2019-04-02 22:51:59 +08:00
#ifndef early_kalloc_h
#define early_kalloc_h
#include <stdint.h>
uint64_t early_kalloc(int size);
#endif