Skip to content

mbarbar/lldemangle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Simple script that will replace mangled names in ll file with their
demangled counterparts. Purpose is mainly readability during debugging
when working with these files.

REQUIRES:
  - Python 2 (or 3, probably)
  - c++filt

Usage: python lldemangle [options] llfile outfile

options:
  [none yet]

About

Demangles mangled names within an ll file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages