CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
rapid7

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: rapid7/metasploit-framework
Path: blob/master/external/source/exploits/CVE-2017-13861/early_kalloc.h
Views: 11780
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