Skip to content

Mangling and Demangling of VC++ names in Haskell

License

Notifications You must be signed in to change notification settings

micahhahn/VCMangler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published