vmread-sys 0.1.5

Raw FFI bindings to vmread
Documentation
1
2
3
4
5
6
7
8
9
10
11
#ifndef PROCESSDATA_H
#define PROCESSDATA_H

typedef struct ProcessData
{
	uint64_t mapsStart;
	uint64_t mapsSize;
	pid_t pid;
} ProcessData;

#endif