{"id":34201490,"url":"https://github.com/polyverse/disasm","last_synced_at":"2026-05-27T01:32:25.051Z","repository":{"id":57505304,"uuid":"79607521","full_name":"polyverse/disasm","owner":"polyverse","description":"Stand-alone \"C\" ROP-gadget tool with disassembler (contains some GPL)","archived":false,"fork":false,"pushed_at":"2022-06-11T04:06:25.000Z","size":141,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-12-18T21:19:20.292Z","etag":null,"topics":["disasm","disassembler","memory","memory-hacking"],"latest_commit_sha":null,"homepage":"","language":"C","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/polyverse.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":"2017-01-20T22:52:44.000Z","updated_at":"2024-01-16T16:21:36.000Z","dependencies_parsed_at":"2022-08-22T09:00:31.428Z","dependency_job_id":null,"html_url":"https://github.com/polyverse/disasm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/polyverse/disasm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyverse%2Fdisasm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyverse%2Fdisasm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyverse%2Fdisasm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyverse%2Fdisasm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/polyverse","download_url":"https://codeload.github.com/polyverse/disasm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyverse%2Fdisasm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33546836,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"ssl_error","status_checked_at":"2026-05-26T15:22:15.568Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["disasm","disassembler","memory","memory-hacking"],"created_at":"2025-12-15T18:33:27.075Z","updated_at":"2026-05-27T01:32:25.019Z","avatar_url":"https://github.com/polyverse.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DEPRECATION NOTICE\n\nPlease note that this repository has been deprecated and is no longer actively maintained by Polyverse Corporation.  It may be removed in the future, but for now remains public for the benefit of any users.\n\nImportantly, as the repository has not been maintained, it may contain unpatched security issues and other critical issues.  Use at your own risk.\n\nWhile it is not maintained, we would graciously consider any pull requests in accordance with our Individual Contributor License Agreement.  https://github.com/polyverse/contributor-license-agreement\n\nFor any other issues, please feel free to contact info@polyverse.com\n\n---\n\n# polyverse/disasm\n\nThis package is a stand-alone (x86_64 only) disassembler and ROP gadget enumerator. It locates all valid gadgets at all alignments within a given block of memory.\n\nA gadget is currently defined as a block of code at some address that terminates with a \"ret\" (0xC3) instruction and contains no intervening unconditional \"jmp\" instructions (0xE9 0xEA 0xEB 0xFF). (TBD: This needs to be tighted up)\n\n## Test (While not a real go test module, it will disassemble a known buffer and dump the raw output.)\n```\ngo test .\n```\n\n### The nuts and bolts of the disassembler were pulled from the GNU binutils package. Binutils is a heavily interdependent set of utilities that tends to pull in the kitchen sink, so I extracted the bare essentials for the sake of size and expediency. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolyverse%2Fdisasm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpolyverse%2Fdisasm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolyverse%2Fdisasm/lists"}