Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VCMangler

Mangling and Demangling of VC++ names in Haskell

This project aims provide a parser for converting mangled VC++ names into a Haskell data structure and back as well as pretty printing functionality.

Example:

parseMangledName "?pow@@YANNN@Z"

Returns:

Right (Function (Name "pow") (Global Near CDecl) Double_ [Double_,Double_])

TODO:

  • Thunks
  • Virtual Function Tables

About

Mangling and Demangling of VC++ names in Haskell

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages