iced

所属分类:Rust编程
开发工具:Rust
文件大小:0KB
下载次数:0
上传日期:2023-06-29 05:25:28
上 传 者sh-1993
说明:  快速、正确的x86 x64拆装器、汇编程序、解码器、Rust编码器、.NET、Java、Python、Lua
(Blazing fast and correct x86 x64 disassembler, assembler, decoder, encoder for Rust, .NET, Java, Python, Lua)

文件列表:
.editorconfig (4353, 2023-12-26)
LICENSE.txt (1114, 2023-12-26)
build/ (0, 2023-12-26)
build/build-dotnet (5008, 2023-12-26)
build/build-java (902, 2023-12-26)
build/build-js (3486, 2023-12-26)
build/build-lua (3846, 2023-12-26)
build/build-python (4950, 2023-12-26)
build/build-rust (10182, 2023-12-26)
build/ci-install-rust.sh (570, 2023-12-26)
build/ci-py-build-wheels.sh (1975, 2023-12-26)
build/npm-fix-json.py (1029, 2023-12-26)
build/py-build-wheels-linux.sh (928, 2023-12-26)
logo.png (3710, 2023-12-26)
src/ (0, 2023-12-26)
src/UnitTests/ (0, 2023-12-26)
src/UnitTests/Intel/ (0, 2023-12-26)
src/UnitTests/Intel/Decoder/ (0, 2023-12-26)
src/UnitTests/Intel/Decoder/Code.32Only.txt (2986, 2023-12-26)
src/UnitTests/Intel/Decoder/Code.64Only.txt (16370, 2023-12-26)
src/UnitTests/Intel/Decoder/Code.NotDecoded.txt (275, 2023-12-26)
src/UnitTests/Intel/Decoder/Code.NotDecoded32Only.txt (177, 2023-12-26)
src/UnitTests/Intel/Decoder/Code.NotDecoded64Only.txt (151, 2023-12-26)
src/UnitTests/Intel/Decoder/DecoderTest16.txt (2419583, 2023-12-26)
src/UnitTests/Intel/Decoder/DecoderTest32.txt (2408202, 2023-12-26)
src/UnitTests/Intel/Decoder/DecoderTest64.txt (4256844, 2023-12-26)
src/UnitTests/Intel/Decoder/DecoderTestMisc16.txt (5315, 2023-12-26)
src/UnitTests/Intel/Decoder/DecoderTestMisc32.txt (5311, 2023-12-26)
src/UnitTests/Intel/Decoder/DecoderTestMisc64.txt (21394, 2023-12-26)
src/UnitTests/Intel/Decoder/MemoryTest16.txt (166068, 2023-12-26)
src/UnitTests/Intel/Decoder/MemoryTest32.txt (162912, 2023-12-26)
src/UnitTests/Intel/Decoder/MemoryTest64.txt (1889218, 2023-12-26)
... ...

# 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.20.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) iced is a blazing fast and correct x86 (16/32/64-bit) instruction decoder, disassembler and assembler. - Supports all Intel and AMD instructions - Correct: All instructions are tested and iced has been tested against other disassemblers/assemblers (xed, gas, objdump, masm, dumpbin, nasm, ndisasm) and fuzzed - Supports .NET, Rust, Python, JavaScript (WebAssembly) - The formatter supports masm, nasm, gas (AT&T), Intel (XED) and there are many options to customize the output - Blazing fast: Decodes >250 MB/s and decode+format >130 MB/s (Rust, [see here](https://github.com/icedland/disas-bench/tree/a865849deacfb6c33ee0e78f3a3ad7f4c82099f5#results)) - Small decoded instructions, only 40 bytes and the decoder doesn't allocate any memory - Create instructions with code assembler, eg. `asm.mov(eax, edx)` - The encoder can be used to re-encode decoded instructions at any address - API to get instruction info, eg. read/written registers, memory and rflags bits; CPUID feature flag, control flow info, etc - License: MIT # Examples - Rust: [README](https://github.com/icedland/iced/blob/master/src/rust/iced-x86/README.md) - .NET: [README](https://github.com/icedland/iced/blob/master/src/csharp/Intel/README.md) - Java: [README](https://github.com/icedland/iced/blob/master/src/java/iced-x86/README.md) - Python: [README](https://github.com/icedland/iced/blob/master/src/rust/iced-x86-py/README.md) - JavaScript + WebAssembly: [README](https://github.com/icedland/iced/blob/master/src/rust/iced-x86-js/README.md) - Lua: [README](https://github.com/icedland/iced/blob/master/src/rust/iced-x86-lua/README.md) # License MIT # Icon Logo `processor` by [Creative Stall](https://thenounproject.com/creativestall/) from the Noun Project

近期下载者

相关文件


收藏者