macOS
brew install demumblelocal Homebrew formula metadata
brew
demumble のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install demumblelocal Homebrew formula metadata
sudo zypper install demumbleopenSUSE Tumbleweed package metadata · demumble · ソース: download.opensuse.org
概要
More powerful symbol demangler (a la c++filt)
履歴
demumble is a small cross-platform symbol demangler positioned as a friendlier c++filt and undname.exe replacement. It demangles Itanium and Visual Studio C++ symbols and also handles D, Rust, and Swift symbols.
The official repository was created in December 2016 and presents demumble as a pragmatic answer to day-to-day symbol decoding pain. Its README focuses on small but important behavior differences: underscore handling across macOS and Linux, stdin filtering that avoids demangling ordinary words, and Windows-style symbol support outside Windows.
The project has stayed intentionally compact. Its build instructions are just CMake plus Ninja, and its release page provides prebuilt x64 binaries for Linux, macOS, and Windows.
demumble's adoption is niche but recognizable among developers who read linker output, compiler IR, crash logs, or binary symbols across platforms. Homebrew and openSUSE packaging reflect that it is useful enough as a standalone CLI even though it is not a large framework.
The GitHub release feed shows maintenance through v1.3.0 in August 2024, with releases spanning several years rather than rapid churn.
The simplest use is to pass a mangled symbol and receive a demangled function signature. demumble can also run as a filter on standard input, which makes it useful in shell pipelines over logs, objdump output, LLVM IR, or compiler diagnostics.
The README's examples emphasize cross-platform convenience: the same binary can demangle Itanium ABI names and Microsoft Visual C++ names, reducing the need to remember which platform-specific demangler applies.
For package nerds, demumble is the kind of tiny diagnostic utility that earns a formula because it removes friction from debugging native builds. It is not infrastructure, but it makes opaque package failures easier to read.
It also illustrates a common package-manager pattern: a small upstream tool with prebuilt releases becomes more valuable when installed uniformly through brew or distribution packages.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
demumble | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/nico/demumble
インストールメタデータ
| パッケージキー | brew:demumble |
|---|---|
| バージョン | 1.3.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/demumble |
| ホームページ | https://github.com/nico/demumble |
| リポジトリ | https://github.com/nico/demumble |
| 上流ドキュメント | https://github.com/nico/demumble#readme |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://github.com/nico/demumble/archive/refs/tags/v1.3.0.tar.gz |
| ビルド依存関係 | cmake |
| Bottle | 利用可能 (対象 arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | demumble |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
demumble 1.3.0-1.3
A better c++filt and a better undname.exe, in one binary
https://github.com/nico/demumble
sudo zypper install demumbleソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.