19 #ifndef _CORKSCREW_MAP_INFO_H
20 #define _CORKSCREW_MAP_INFO_H
22 #include <sys/types.h>
33 struct map_info* next;
53 bool is_readable_map(
const map_info_t* milist, uintptr_t addr);
55 bool is_writable_map(
const map_info_t* milist, uintptr_t addr);
57 bool is_executable_map(
const map_info_t* milist, uintptr_t addr);
66 void release_my_map_info_list(
map_info_t* milist);
70 void flush_my_map_info_list();