metasploit-framework/external/source/exploits/CVE-2017-13861/early_kalloc.h

9 lines
109 B
C

#ifndef early_kalloc_h
#define early_kalloc_h
#include <stdint.h>
uint64_t early_kalloc(int size);
#endif