Ross ROSS = Recommend OSS · open-source software intelligence for agents

eveem-org/panoramix

Decompiler at the heart of Eveem.org observed · 2026-08-28

github.com/eveem-org/panoramix · homepage · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2524
  • days_rel: n/a
  • days_push: 747
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1042 stars · 704 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Panoramix is a Python-based decompiler that converts Ethereum smart contract bytecode into readable pseudocode, powering the Eveem.org service. It fetches deployed contract bytecode from the blockchain and decompiles individual functions or entire contracts, with caching and bulk decompilation utilities.

Use cases

  • decompile ethereum smart contract bytecode into readable pseudocode
  • analyze a smart contract's functions without source code
  • reverse engineer unverified solidity contracts
  • batch decompile all contracts on the ethereum chain
  • understand what a contract function does before interacting with it
  • study evm bytecode with verbose assembly and stack output

When to choose

  • you need to read pseudocode for an Ethereum contract whose source is not verified
  • you want to bulk-decompile large numbers of contracts with multiprocessing
  • you want an explainable decompiler whose internals you can inspect and modify
  • you are okay pinning to python3.8 and maintaining the tool yourself

When to avoid

  • you need an actively maintained decompiler - use the palkeo/panoramix fork instead
  • you cannot run python3.8 exactly, since the tool depends on it
  • you need decompilation for non-EVM chains or languages other than Ethereum bytecode
  • you want a polished GUI or web interface rather than a command-line tool

Facets

cli-tool · maturity maintenance

reverse-engineering parser developer-tools cli blockchain developer-tools security reverse-engineering python cli cross-platform smart-contracts ethereum decompiler evm solidity bytecode-analysis web3 pattern-matching cryptocurrency

1 source

Member repositories

RepositoryRoleHealth v2
eveem-org/panoramixmain32

For agents

markdown · JSON · MCP: product_card(name="eveem-org/panoramix")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem