#pragma once
#include <stdint.h>

void get_symbol_name(uintptr_t address, char* buffer);