{"id":13631972,"url":"https://github.com/palkeo/panoramix","last_synced_at":"2025-04-18T01:32:24.401Z","repository":{"id":40605379,"uuid":"241020617","full_name":"palkeo/panoramix","owner":"palkeo","description":"Ethereum decompiler","archived":false,"fork":true,"pushed_at":"2024-08-04T02:46:29.000Z","size":69223,"stargazers_count":812,"open_issues_count":25,"forks_count":217,"subscribers_count":38,"default_branch":"master","last_synced_at":"2024-11-07T09:27:42.706Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"eveem-org/panoramix","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/palkeo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-17T04:39:29.000Z","updated_at":"2024-11-05T20:24:47.000Z","dependencies_parsed_at":"2023-01-27T05:31:23.117Z","dependency_job_id":null,"html_url":"https://github.com/palkeo/panoramix","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palkeo%2Fpanoramix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palkeo%2Fpanoramix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palkeo%2Fpanoramix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palkeo%2Fpanoramix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/palkeo","download_url":"https://codeload.github.com/palkeo/panoramix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223772118,"owners_count":17199968,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T22:02:46.681Z","updated_at":"2024-11-09T00:30:31.763Z","avatar_url":"https://github.com/palkeo.png","language":"Python","funding_links":[],"categories":["Python","\u003ca name=\"tools\"\u003e\u003c/a\u003e Tools"],"sub_categories":["\u003ca name=\"forensics\"\u003e Forensics"],"readme":"Panoramix\n=========\n\nThis is an EVM decompiler.\n\nIt's is a fork of the Panoramix original repo that's not maintained actively by its author anymore: https://github.com/eveem-org/panoramix.git\n\nThe goal of this fork is to maintain Panoramix in a decent shape, fix some crashes, implement missing opcodes...\nI also got rid of the \"tilde\" syntax that was using a custom python encoding and use vanilla Python instead. And I made it a proper python package that can be imported.\nThere is also a better support of timeouts, as instead of stopping entirely we will fallback and print whatever we decompiled even if it's not complete.\n\nThe code quality is still not great and the software is complex, it's mostly reserved for advanced users.\n\n## Installation\n\n```console\n$ pip install panoramix-decompiler\n```\n\n## Running\n\nYou can specify a web3 provider using the environment variable `WEB3_PROVIDER_URI`. In this case a local provider was set.\n\n```console\n$ WEB3_PROVIDER_URI=http://localhost:7545 panoramix 0x0d94D81FD712126E7f320b5B10537D01d6a01563\n```\n\nYou can also provide the bytecode for decompilation.\n\n```console\n$ panoramix 6004600d60003960046000f30011223344\n```\n\n## Examples\n\nI have decompiled all of mainnet, and make sure to decompile again on the latest Panoramix version from time to time.\n\nYou can access decompilations using Oko: https://oko.palkeo.com/\n\nHere is an example for cryptokitties: https://oko.palkeo.com/0x06012c8cf97BEaD5deAe237070F9587f8E7A266d/code/\n\n## Caveats\n\nWindows is not supported currently.\n\n## Changelog\n\n### 0.5.0\n\n * Added support for the BASEFEE opcode.\n * Updated bytecode database / ABI definitions.\n * Ability to decompile the Solidity-generated Panic reverts.\n * Lots of simplification / code cleanup.\n * Moved to Poetry as the dependency management tool.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpalkeo%2Fpanoramix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpalkeo%2Fpanoramix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpalkeo%2Fpanoramix/lists"}