# Installer goresym avec Homebrew, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de goresym pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install goresym
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## Faits du paquet

- **Clé du paquet:** brew:goresym
- **Gestionnaire de paquets:** Homebrew
- **Version:** 3.4
- **Résumé source:** Go symbol recovery tool
- **Page d'accueil:** <https://github.com/mandiant/GoReSym>
- **Dépôt:** <https://github.com/mandiant/GoReSym>
- **Dernière mise à jour:** 2026-07-25T20:55:26-04:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- goresym (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 3.4
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 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.

### Sources

- <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>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- 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)


## Sources

- 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
