Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
rapid7
GitHub Repository: rapid7/metasploit-framework
Path: blob/master/external/source/exploits/CVE-2017-13861/early_kalloc.h
21463 views
1
#ifndef early_kalloc_h
2
#define early_kalloc_h
3
4
#include <stdint.h>
5
6
uint64_t early_kalloc(int size);
7
8
#endif
9
10