name mangling

Jun 6, 2013 at 5:26am
hello,
is there any way to mangle a function defination ???can any one tell how to mangle c++ functions using c++ compiler....
i know how to demangle the c++ symbols but dont know mangling
Jun 6, 2013 at 7:47am
Read this:

https://en.wikipedia.org/wiki/Name_mangling

The name mangling depends on the compiler (which produces the code).

do you want to make a compiler?
If so you're free to mangle the symbole like you feel.
Topic archived. No new replies allowed.