Provide a default symbol for get_symbol_name

This commit is contained in:
apio 2022-09-24 21:31:03 +02:00
parent a0459df8d7
commit a9444ec5e3

View File

@ -35,4 +35,5 @@ void get_symbol_name(uintptr_t address, char* buffer)
}
address--;
}
strncpy(buffer, "(no symbol)", 12);
}