Unstripping Stripped Binaries

What I really want is to take the names and types I’ve figured out from my disassembler, and make them visible to gdb. - a simple solution to this / HN

see also

  • decomp2dbg - a generic API for decompiler-to-debugger symbol syncing.
  • Ghidra2Dwarf - a ghidra plugin that allows to exports informations (such as functions, decompiled code, types) from ghidra to dwarf sections inside ELF binaries.
Written on January 31, 2023, Last update on September 25, 2023
reverse debug binary gdb