experiments/mem-locating-poc/helpers.h

9 lines
128 B
C
Raw Normal View History

2024-05-27 21:30:27 +12:00
#pragma once
#include <stdint.h>
#define MAX_PATH_LEN 256
#define MAX_LINE_LEN 2048
uint64_t get_base_address(uint32_t pid);