C++ name mangling by hand

前端 未结 4 1512
一整个雨季
一整个雨季 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:28

    You can use the Clang AST library, which has a MangleContext class.

    http://clang.llvm.org/doxygen/classclang_1_1CodeGen_1_1MangleContext.html

提交回复
热议问题