| Trees | Indices | Help |
|
|---|
|
|
A utility class to demangle VC++ names.
This is not a complete or accurate demangler, it simply extract the name and strips out args etc.
Ref: http://www.kegel.com/mangle.html
| Instance Methods | |||
|
|||
|
|||
|
Inherited from |
|||
| Class Variables | |
STRING_MANGLE_MAP =
|
|
SIMPLE_X86_CALL = re.compile(r'
|
|
FUNCTION_NAME_RE = re.compile(r'\?
|
|
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Returns the de-mangled name. At this stage we don't really do proper demangling since we usually dont care about the prototype, nor c++ exports. In the future we should though. |
| Class Variable Details |
STRING_MANGLE_MAP
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 9 03:28:36 2017 | http://epydoc.sourceforge.net |