/nm-swift

A Swift wrapper for nm that provides symbol demangling

Primary LanguageSwift

nm-swift

A Swift wrapper for nm that provides symbol demangling using SwiftDemangle.

Installation

Using SPM directly (experimental):

git clone https://github.com/nesium/nm-swift
cd nm-swift
swift package experimental-install

Make sure your $PATH includes $HOME/.swiftpm/bin

Usage

nm-swift /path/to/binary
nm-swift --swift-only /path/to/binary
nm-swift --swift-only /path/to/binary -g  # Combine with nm options

All unrecognized arguments are forwarded to nm.

License

MIT License