10 void hexdump(
const uint8_t *addr,
size_t len);
void hexdump(const uint8_t *addr, size_t len)
hex dump utility, prints len bytes from address addr
Definition: utils.c:19
bool file_exists(const char *filename)
test if a file (or directory) exists
Definition: utils.c:68
const char * get_dll_dir(void)
return the DLL directory (without the filename, but including the trailing path separator) ...
Definition: utils.c:45
const char * get_dll_path(void)
return the full path to the dynamic library (dir + filename + extension)
Definition: utils.c:39
boolean data type and constants/macros
void * get_dll_image_base(void)
retrieve the image base (memory address) of the dynamic library
Definition: utils.c:63