9 lines
128 B
C
9 lines
128 B
C
|
#pragma once
|
||
|
|
||
|
#include <stdint.h>
|
||
|
|
||
|
#define MAX_PATH_LEN 256
|
||
|
#define MAX_LINE_LEN 2048
|
||
|
|
||
|
uint64_t get_base_address(uint32_t pid);
|