PoC module loading + external relocation resolution

This commit is contained in:
Mark
2020-04-10 11:02:10 +03:00
parent ba01eb3397
commit eebeef2a14
12 changed files with 601 additions and 102 deletions
+1
View File
@@ -40,6 +40,7 @@
void debug_symbol_table_set(uintptr_t symtab, uintptr_t strtab, size_t symtab_size, size_t strtab_size);
int debug_symbol_find(uintptr_t addr, const char **name, uintptr_t *base);
int debug_symbol_find_by_name(const char *name, uintptr_t *value);
void debug_backtrace(uintptr_t rbp, int depth, int limit);
void fmtsiz(char *buf, size_t sz);