# sashs/Ropper

Display information about files in different file formats and find gadgets to build rop chains for different architectures (x86/x86_64, ARM/ARM64, MIPS, PowerPC, SPARC64). For disassembly ropper uses the awesome Capstone Framework.

Repository: https://github.com/sashs/Ropper
Canonical: https://ross.abutalabs.com/products/ropper
Homepage: https://scoding.de/ropper
Language: Python
License: BSD-3-Clause
License Family: permissive
Topics: rop, exploitation, binary, gadget-finder, gadgets, rop-chains
Last push: 2026-08-22T17:05:00+00:00

## Health v2 (maintenance only)
Score: 77/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 35, longevity 100
- inputs: {"age_days": 4385, "days_push": 11, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2144, forks 223 (observed 2026-08-28T04:06:18.617287+00:00)

## What it is
Ropper is a Python CLI tool that displays information about binary files (ELF, PE, Mach-O, RAW) and finds ROP/JOP gadgets to build exploit chains across x86/x86_64, ARM/ARM64, MIPS, PowerPC, and SPARC64 architectures. It uses the Capstone framework for disassembly and supports semantic gadget search and automatic ROP chain generation.

## Use cases
- find rop gadgets in a binary
- build rop chains for exploit development
- inspect elf/pe/mach-o binary headers and sections
- search gadgets for arm or mips architectures
- disassemble binary instructions with capstone
- generate execve or mprotect rop chain automatically
- find stack pivot gadgets

## When to choose
- you need a multi-architecture ROP gadget finder for exploit development
- you want binary file inspection (headers, sections, imports, symbols) alongside gadget search
- you need semantic constraint-based gadget search
- you want automatic ROP chain generation for common syscalls

## When to avoid
- you need a full interactive reverse-engineering suite like Ghidra or IDA
- you only need static analysis without gadget hunting
- you require architectures outside the supported list
- you need a GUI-based binary analysis workflow

## Facets
- artifact type: cli-tool
- maturity: active
- function: reverse-engineering, security, cli, parser
- domain: security, reverse-engineering, developer-tools
- platform: windows, python, cli, cross-platform
- tags: rop, gadget-finder, rop-chains, binary-analysis, exploitation, capstone, elf, pe, mach-o, pwn, command-line, linux, macos

## Member repositories
- sashs/Ropper (main) score 77

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:18.617287+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-30T02:51:14.375115+00:00, confidence not recorded.
  - readme: https://github.com/sashs/Ropper (fetched 2026-08-28T04:06:18.617287+00:00, sha 97c16ce44101)
  - homepage: https://scoding.de/ropper (fetched 2026-08-29T10:31:18.673054+00:00, sha 42772c7526cd)
  - registry_pypi: https://pypi.org/pypi/ropper/json (fetched 2026-08-29T10:31:18.682436+00:00, sha 6dd89e8f17b3)
- Data as of 2026-08-30T08:39:29.467469+00:00.
