How to undo strip - i.e. add symbols back to stripped binary

前端 未结 3 1953
傲寒
傲寒 2020-12-03 01:12

I have a stripped binary and symbol-file. Is it possible to add the symbols back to binary and create an unstripped binary.

My use-case is using this binary w/ val

3条回答
  •  Happy的楠姐
    2020-12-03 02:12

    Valgrind supports separate debug files, so you should use the answer here, and valgrind should work properly with the externalized debug file.

提交回复
热议问题