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

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

## インストール

```sh
sudo av install brew:goresym
```

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

### macOS

- Homebrew (100%):

```sh
brew install goresym
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#goresym
```

  証拠: nixpkgs package indexes: pkgs/by-name/go/goresym/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:goresym
- **パッケージマネージャ:** Homebrew
- **バージョン:** 3.4
- **ソース概要:** Go symbol recovery tool
- **ホームページ:** <https://github.com/mandiant/GoReSym>
- **リポジトリ:** <https://github.com/mandiant/GoReSym>
- **最終更新:** 2026-07-25T20:55:26-04:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- goresym (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 3.4
## プロジェクトの歴史と使われ方

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.

### ソース

- <https://cloud.google.com/blog/topics/threat-intelligence/golang-internals-symbol-recovery/>
- <https://github.com/mandiant/GoReSym>
- <https://github.com/mandiant/GoReSym/releases>
- <https://raw.githubusercontent.com/mandiant/GoReSym/master/README.md>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

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

- Nix - goresym: normalized package name match | nixpkgs package indexes: pkgs/by-name/go/goresym/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/goresym.yml](https://github.com/mxcl/pkgdb/blob/main/combined/goresym.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
