Automic VaultAutomic Vault

brew

goresym を Homebrew, Nix でインストール

goresym のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install goresym

local Homebrew formula metadata

Linux

Nix確認済み · 92%
nix profile install nixpkgs#goresym

nixpkgs package indexes · pkgs/by-name/go/goresym/package.nix · ソース: api.github.com

概要

パッケージ概要

Go symbol recovery tool

コマンドとエイリアス

  • goresym

履歴

プロジェクトの歴史と使われ方

GoReSym is Mandiant's Go symbol recovery tool for extracting runtime and source metadata from Go binaries, especially stripped, packed, malformed, or obfuscated samples encountered during reverse engineering.

プロジェクトの歴史

The GitHub repository was created on February 15, 2022. Mandiant announced GoReSym on February 28, 2022 in a technical article about Go internals and symbol recovery, explaining that the project parses Go symbol information and embedded metadata by leaning on the Go compiler and runtime source layout.

採用の歴史

GoReSym emerged as Go malware and Go-packed tooling became more common. Mandiant's release framed the need around Go's self-contained binaries, evolving runtime structures, and the difficulty reverse engineers face when symbols are stripped or malformed. Homebrew and Nix packaging made the command-line tool easier to install outside Mandiant FLARE-style workstations.

使われ方

Users run GoReSym against a Go executable and request metadata such as type names, user and standard package names, input file paths, strings, and JSON output. The repository also includes an IDAPython import script that consumes GoReSym JSON and applies recovered names inside IDA Pro.

パッケージ好きにとっての重要性

For package nerds in security tooling, GoReSym is a compact example of a domain-specific binary-analysis tool that vendors and adapts upstream Go internals rather than maintaining a fully separate parser. Its release artifacts and Homebrew packaging make a reverse-engineering utility available through normal developer package flows.

タイムライン

  • 2022-02-15: GitHub repository created
  • 2022-02-28: Mandiant announced GoReSym in a Go internals and symbol recovery article
  • 2024-era: Homebrew formula entered with 2.x series package history in input/package-manager context
  • 2026: Release notes record Go 1.25 and Go 1.26 support in the 3.x series

Related projects

  • Go compiler and runtime source code are the upstream basis for much of GoReSym's parser behavior.
  • IDA Pro integration is supported through the repository's IDAPython script.
  • Mandiant FLARE tooling is the surrounding reverse-engineering context for the project.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
goresymcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-08
マネージャ版3.4
マネージャ更新日2026-07-01
ローカルデータOK
上流最新
検出された最新v3.4

https://github.com/mandiant/GoReSym

  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:goresym
バージョン3.4
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/goresym
ホームページhttps://github.com/mandiant/GoReSym
リポジトリhttps://github.com/mandiant/GoReSym
上流ドキュメントhttps://github.com/mandiant/GoReSym#readme
ライセンスMIT
ソースアーカイブhttps://github.com/mandiant/GoReSym/archive/refs/tags/v3.4.tar.gz
最終更新2026-07-01T21:35:54Z
Pulseupdated
ビルド依存関係go
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namegoresym
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

goresym

nix profile install nixpkgs#goresym
  • normalized package name match
  • 一致条件: Goresym
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/go/goresym/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment