# goretk/redress

Redress - A tool for analyzing stripped Go binaries

Repository: https://github.com/goretk/redress
Canonical: https://ross.abutalabs.com/products/redress
Language: Go
License: AGPL-3.0
License Family: copyleft
Last push: 2026-08-20T08:02:54+00:00

## Health v2 (maintenance only)
Score: 94/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 98, release rhythm 86, longevity 100
- inputs: {"age_days": 2602, "days_push": 13, "days_rel": 13, "gap_med": 5, "n_releases_24m": 82}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1186, forks 70 (observed 2026-08-28T04:03:55.053026+00:00)

## What it is
Redress is a command-line tool for analyzing stripped Go binaries, reconstructing symbols and extracting information such as compiler version, packages, types, and source code projections. It can run standalone or integrate with radare2 via r2pipe.

## Use cases
- analyze a stripped Go binary
- recover package and type information from a Go executable
- identify the Go compiler version used to build a binary
- analyze malware written in Go
- integrate Go binary analysis into radare2
- extract go.mod information from a compiled binary

## When to choose
- you need to reverse-engineer or triage a stripped Go binary
- you do malware analysis and encounter Go-compiled samples
- you want radare2 integration for Go binary inspection

## When to avoid
- the binary was not compiled with the Go compiler
- you need a full interactive disassembler rather than a Go-specific analysis tool

## Facets
- artifact type: cli-tool
- maturity: active
- function: reverse-engineering, security, cli, parser
- domain: security, reverse-engineering, developer-tools
- platform: windows, cli, go
- tags: go-binaries, stripped-binaries, malware-analysis, radare2, binary-analysis, command-line, linux, macos

## Member repositories
- goretk/redress (main) score 94

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:55.053026+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:23:53.592492+00:00, confidence not recorded.
  - readme: https://github.com/goretk/redress (fetched 2026-08-28T04:03:55.053026+00:00, sha eba4e9abe304)
- Data as of 2026-08-30T08:39:29.467469+00:00.
