C++ name mangling by hand

前端 未结 4 1511
一整个雨季
一整个雨季 2020-12-31 10:38

I am writing a script for the IDA Pro disassembler in Python using the idapython plugin. Using this, I am able to fill in the gaps where IDA\'s auto-analysis falls short.

4条回答
  •  悲哀的现实
    2020-12-31 11:13

    Here is an article that explains how mangling is done by Visual compiler. For mangling done by gcc, I think you can find the information in the source of the binutils package.

提交回复
热议问题