What kind of mangling has the LDC2 -X JsonFile "deco" field?

Adam D. Ruppe destructionator at gmail.com
Thu Sep 17 04:01:11 UTC 2020


On Thursday, 17 September 2020 at 03:06:45 UTC, realhet wrote:
> Anyone can help me telling how to decode these please?

so here's a cool trick to get hte other demanglers to help.

Just prepend

_D4name

to the string. so like:


$ ./ddemangle
_D4nameFAyaZE3het8keywords10KeywordCat
het.keywords.KeywordCat name(immutable(char)[])


so then the demangler will recognize it and use your placeholder 
name while spitting out the rest.

of course you can change that 4name to whatever you want.


More information about the Digitalmars-d-learn mailing list