有没有办法从g ++中的demangled名称中找回受损的名称.
例如,我有demangled名称func(char*, int),我该怎么做才能获得受损的名称,即_Z4funcPci返回?
func(char*, int)
_Z4funcPci
我的问题是g ++特定的.
c++ g++ name-mangling
c++ ×1
g++ ×1
name-mangling ×1