A Swift wrapper for nm that provides symbol demangling using SwiftDemangle.
Using SPM directly (experimental):
git clone https://github.com/nesium/nm-swift
cd nm-swift
swift package experimental-installMake sure your $PATH includes $HOME/.swiftpm/bin
nm-swift /path/to/binary
nm-swift --swift-only /path/to/binary
nm-swift --swift-only /path/to/binary -g # Combine with nm optionsAll unrecognized arguments are forwarded to nm.
MIT License