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

前端 未结 3 1947
傲寒
傲寒 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条回答
  •  伪装坚强ぢ
    2020-12-03 02:13

    elfutils comes with the tool eu-unstrip which can be used to merge symbol files with executables. The result can then be used in place of the stripped version.

提交回复
热议问题