Skip to content

ithinuel/cargo-demangle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cargo-demangle

Crates.io Crates.io

Demangles the detected symbols using rustc-demangle.

Usage

First install:

cargo install cargo-demangle

Then:

  • Demangle from stdin
    cargo objdump --release -- -d | cargo demangle | bat -l asm
  • Demangle from a file print to stdout
    cargo demangle somefile.asm
  • Demangle from a file and write the result to the same file
    cargo demangle -i somefile.asm

About

Cargo subcommand to demangle file generated from nm or objdump

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages