You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
apex_dma_kvm_pub/vmread/processdata.h

12 lines
150 B
C

#ifndef PROCESSDATA_H
#define PROCESSDATA_H
typedef struct ProcessData
{
uint64_t mapsStart;
uint64_t mapsSize;
pid_t pid;
} ProcessData;
#endif