[Issue 14698] Un-mangle symbols in disassembly?

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Jun 14 05:28:13 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14698

Rainer Schuetze <r.sagitario at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario at gmx.de

--- Comment #1 from Rainer Schuetze <r.sagitario at gmx.de> ---
Actually, you can get that already by piping the assembly output through
ddemangle. Set the disassembly command to something like:

"$(VCINSTALLDIR)\bin\dumpbin" /disasm:nobytes "$(InputPath)" | ddemangle
>"$(TargetPath)"

Maybe this should even be the default, though I'm unsure ddemangle is
distributed with LDC or GDC.

--


More information about the Digitalmars-d-bugs mailing list