{"id":13478050,"url":"https://github.com/icedland/iced","last_synced_at":"2025-05-14T08:02:08.779Z","repository":{"id":37001636,"uuid":"147866440","full_name":"icedland/iced","owner":"icedland","description":"Blazing fast and correct x86/x64 disassembler, assembler, decoder, encoder for Rust, .NET, Java, Python, Lua","archived":false,"fork":false,"pushed_at":"2025-05-06T08:33:21.000Z","size":84196,"stargazers_count":3132,"open_issues_count":41,"forks_count":248,"subscribers_count":68,"default_branch":"master","last_synced_at":"2025-05-07T07:13:34.808Z","etag":null,"topics":["assembler","decoder","disassembler","encoder","x64","x86"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/icedland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2018-09-07T19:30:25.000Z","updated_at":"2025-05-06T18:11:20.000Z","dependencies_parsed_at":"2023-01-17T12:45:59.536Z","dependency_job_id":"6c283f71-f578-48a4-939b-f268b20d02a2","html_url":"https://github.com/icedland/iced","commit_stats":{"total_commits":2917,"total_committers":24,"mean_commits":"121.54166666666667","dds":0.4830305107987659,"last_synced_commit":"fbfc1398ffd5593cdd961bb33432807cb20e8edb"},"previous_names":["0xd4d/iced"],"tags_count":33,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icedland%2Ficed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icedland%2Ficed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icedland%2Ficed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icedland%2Ficed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/icedland","download_url":"https://codeload.github.com/icedland/iced/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254101580,"owners_count":22014904,"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":["assembler","decoder","disassembler","encoder","x64","x86"],"created_at":"2024-07-31T16:01:51.789Z","updated_at":"2025-05-14T08:02:03.761Z","avatar_url":"https://github.com/icedland.png","language":"Rust","readme":"# iced [![crates.io](https://img.shields.io/crates/v/iced-x86.svg)](https://crates.io/crates/iced-x86) [![NuGet](https://img.shields.io/nuget/v/iced.svg)](https://www.nuget.org/packages/iced/) [![maven](https://img.shields.io/maven-central/v/io.github.icedland.iced/iced-x86)](https://central.sonatype.com/artifact/io.github.icedland.iced/iced-x86/1.21.0) [![pypi](https://img.shields.io/pypi/v/iced-x86.svg)](https://pypi.org/project/iced-x86/) [![GitHub builds](https://github.com/icedland/iced/workflows/GitHub%20CI/badge.svg)](https://github.com/icedland/iced/actions) [![codecov](https://codecov.io/gh/icedland/iced/branch/master/graph/badge.svg)](https://codecov.io/gh/icedland/iced)\n\n\u003cimg align=\"right\" width=\"160px\" height=\"160px\" src=\"logo.png\"\u003e\n\niced is a blazing fast and correct x86 (16/32/64-bit) instruction decoder, disassembler and assembler.\n\n- 👍 Supports all Intel and AMD instructions\n- 👍 Correct: All instructions are tested and iced has been tested against other disassemblers/assemblers (xed, gas, objdump, masm, dumpbin, nasm, ndisasm) and fuzzed\n- 👍 Supports .NET, Rust, Python, JavaScript (WebAssembly)\n- 👍 The formatter supports masm, nasm, gas (AT\u0026T), Intel (XED) and there are many options to customize the output\n- 👍 Blazing fast: Decodes \u003e250 MB/s and decode+format \u003e130 MB/s (Rust, [see here](https://github.com/icedland/disas-bench/tree/a865849deacfb6c33ee0e78f3a3ad7f4c82099f5#results))\n- 👍 Small decoded instructions, only 40 bytes and the decoder doesn't allocate any memory\n- 👍 Create instructions with code assembler, eg. `asm.mov(eax, edx)`\n- 👍 The encoder can be used to re-encode decoded instructions at any address\n- 👍 API to get instruction info, eg. read/written registers, memory and rflags bits; CPUID feature flag, control flow info, etc\n- 👍 License: MIT\n\n# Examples\n\n- Rust: [README](https://github.com/icedland/iced/blob/master/src/rust/iced-x86/README.md)\n- .NET: [README](https://github.com/icedland/iced/blob/master/src/csharp/Intel/README.md)\n- Java: [README](https://github.com/icedland/iced/blob/master/src/java/iced-x86/README.md)\n- Python: [README](https://github.com/icedland/iced/blob/master/src/rust/iced-x86-py/README.md)\n- JavaScript + WebAssembly: [README](https://github.com/icedland/iced/blob/master/src/rust/iced-x86-js/README.md)\n- Lua: [README](https://github.com/icedland/iced/blob/master/src/rust/iced-x86-lua/README.md)\n\n# License\n\nMIT\n\n# Icon\n\nLogo `processor` by [Creative Stall](https://thenounproject.com/creativestall/) from the Noun Project\n","funding_links":[],"categories":["Rust","Disassemblers","计算机编程_数据结构与算法","🛠️ General Tools"],"sub_categories":["资源传输下载","🔬 Format Analysis \u0026 Reverse Engineering"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficedland%2Ficed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficedland%2Ficed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficedland%2Ficed/lists"}