Demangle Rust symbol names using rustc-demangle. rustfilt
works similarly to c++filt
, in that it accepts mangled symbol names as command line arguments, and if none are provided it accepts mangled symbols from stdin. Demangled symbols are written to stdout.
To demangle a file, simply run:
rustfilt -i mangled.txt -o demangled.txt
Rustfilt can also accept data from stdin, and pipe to stdout:
curl http://example.com/mangled-symbols.txt | rustfilt | less
By default, rustfilt strips the generated 'hashes' from the mangled names. If these need to be kept, simply pass the -h
option to rustfilt.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4