{"id":29869496,"url":"https://github.com/futo-org/ret","last_synced_at":"2025-07-30T16:41:23.109Z","repository":{"id":274911294,"uuid":"807834585","full_name":"futo-org/ret","owner":"futo-org","description":"Reverse-Engineering Tool","archived":false,"fork":false,"pushed_at":"2025-07-23T21:18:26.000Z","size":45601,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-24T00:03:58.775Z","etag":null,"topics":["assembly","disassembler","reverse-engineering"],"latest_commit_sha":null,"homepage":"https://ret.futo.org/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/futo-org.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,"zenodo":null}},"created_at":"2024-05-29T21:33:42.000Z","updated_at":"2025-07-23T21:09:04.000Z","dependencies_parsed_at":"2025-06-13T19:30:31.720Z","dependency_job_id":"58e25a0c-42c1-4ca8-a200-a8e0f6f0625c","html_url":"https://github.com/futo-org/ret","commit_stats":null,"previous_names":["petabyt/ret","futo-org/ret"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/futo-org/ret","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/futo-org%2Fret","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/futo-org%2Fret/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/futo-org%2Fret/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/futo-org%2Fret/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/futo-org","download_url":"https://codeload.github.com/futo-org/ret/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/futo-org%2Fret/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267900594,"owners_count":24163011,"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-07-30T02:00:09.044Z","response_time":70,"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":["assembly","disassembler","reverse-engineering"],"created_at":"2025-07-30T16:41:17.433Z","updated_at":"2025-07-30T16:41:23.066Z","avatar_url":"https://github.com/futo-org.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ret: Reverse-Engineering Tool\n\nThis is a quick and easy to use assembler/disassembler/emulator tool that runs in the browser through WebAssembly.\nIt's perfect for learning a new CPU architecture, quickly disassembling bytecode, or trying out ideas in assembly.\n\n# Features\n- Assemble, disassemble, and run ARM64, ARM32, RISC, and X86\n- Smart hex parser and formatter - output as bytes, 32bit integers, or C arrays\n- Works entirely *client-side* in the browser through WebAssembly, no server required\n- Incredibly lightweight - no unnecessary JS frameworks, assets, or cookies\n- Customizable and ready for self-hosting - unpack a zip of static content into your web server\n\n## Compiling WASM\nInstall emscripten (`sudo apt install emscripten`). It should be installed in `/usr/share/emscripten` on Debian/Ubuntu.  \nIf not, then you can install emsdk manually and use the [toolchain file](https://github.com/emscripten-core/emscripten/blob/main/cmake/Modules/Platform/Emscripten.cmake).\n```\ncmake -G Ninja -B build -DSUPPORT_ARM64=ON -DCMAKE_TOOLCHAIN_FILE=/usr/share/emscripten/cmake/Modules/Platform/Emscripten.cmake\ncmake --build build\n```\nRun it in a web server that mimicks the deployed version:\n```\npython3 tool.py --serve\n```\n## Compiling CLI\n```\ncmake -G Ninja -B buildcli -DSUPPORT_ARM64=ON -DSUPPORT_ARM32=ON -DSUPPORT_X86=ON -DSUPPORT_RISCV=ON -DUNICORN_SUPPORT=OFF\ncmake --build buildcli\n```\n\n# Credits\n\n- Unicorn: https://github.com/unicorn-engine/unicorn/blob/master/COPYING\n- Capstone: https://github.com/capstone-engine/capstone/blob/next/LICENSES/LICENSE.TXT\n- Keystone: https://github.com/keystone-engine/keystone/blob/master/COPYING\n- CodeJar: https://github.com/antonmedv/codejar/blob/master/LICENSE\n- Highlight.js: https://github.com/highlightjs/highlight.js/blob/main/LICENSE\n- Google Fonts icons: https://fonts.google.com/ (Apache License)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuto-org%2Fret","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffuto-org%2Fret","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuto-org%2Fret/lists"}