{"id":19290369,"url":"https://github.com/fergarrui/ethereum-disassembler","last_synced_at":"2025-10-11T13:09:35.084Z","repository":{"id":107343961,"uuid":"110475593","full_name":"fergarrui/ethereum-disassembler","owner":"fergarrui","description":"Ethereum disassembler. Binary bytecode -\u003e Opcodes","archived":false,"fork":false,"pushed_at":"2023-07-16T07:46:53.000Z","size":26,"stargazers_count":16,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-22T06:18:57.267Z","etag":null,"topics":["disassembler","ethereum","ethereum-disassembler","evm","opcodes","solidity"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fergarrui.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-12T22:45:27.000Z","updated_at":"2023-06-05T07:40:11.000Z","dependencies_parsed_at":"2023-06-25T23:44:41.108Z","dependency_job_id":null,"html_url":"https://github.com/fergarrui/ethereum-disassembler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fergarrui/ethereum-disassembler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fergarrui%2Fethereum-disassembler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fergarrui%2Fethereum-disassembler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fergarrui%2Fethereum-disassembler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fergarrui%2Fethereum-disassembler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fergarrui","download_url":"https://codeload.github.com/fergarrui/ethereum-disassembler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fergarrui%2Fethereum-disassembler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007309,"owners_count":26084280,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["disassembler","ethereum","ethereum-disassembler","evm","opcodes","solidity"],"created_at":"2024-11-09T22:19:01.628Z","updated_at":"2025-10-11T13:09:35.035Z","avatar_url":"https://github.com/fergarrui.png","language":"Java","readme":"# ethereum-disassembler\nEthereum disassembler from binary code to opcodes version\n\n### Example with Java code\n\n```\nDisassembler d = new Disassembler(\"60606040523415600e57600080fd5b603580601b6000396000f300606060\");\nSystem.out.println(d.getDisassembledCode());\n```\n\nOutputs:\n```\n0x000 PUSH1 0x60\n0x002 PUSH1 0x40\n0x004 MSTORE\n0x005 CALLVALUE\n0x006 ISZERO\n0x007 PUSH1 0x0e\n0x009 JUMPI\n0x00A PUSH1 0x00\n0x00C DUP1\n0x00D REVERT\n0x00E JUMPDEST\n0x00F PUSH1 0x35\n0x011 DUP1\n0x012 PUSH1 0x1b\n0x014 PUSH1 0x00\n0x016 CODECOPY\n0x017 PUSH1 0x00\n0x019 RETURN\n0x01A STOP\n0x01B PUSH1 0x60\n0x01D PUSH1 0x\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffergarrui%2Fethereum-disassembler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffergarrui%2Fethereum-disassembler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffergarrui%2Fethereum-disassembler/lists"}