Giter Site home page Giter Site logo

not-matthias / iced Goto Github PK

View Code? Open in Web Editor NEW

This project forked from icedland/iced

2.0 0.0 0.0 82.62 MB

Blazing fast and correct x86/x64 disassembler, assembler, decoder, encoder for Rust, .NET, Java, Python, Lua

License: MIT License

Shell 0.05% JavaScript 0.15% Python 1.87% Java 21.67% Lua 1.74% C# 34.52% Rust 40.00%

iced's Introduction

iced crates.io NuGet maven pypi GitHub builds codecov

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)
  • ๐Ÿ‘ 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

License

MIT

Icon

Logo processor by Creative Stall from the Noun Project

iced's People

Contributors

wtfsck avatar dependabot[bot] avatar xoofx avatar symbai avatar woodruffw avatar not-matthias avatar clubby789 avatar am0nsec avatar ralith avatar tnballo avatar susitsm avatar h33p avatar autumnontape avatar kixiron avatar holly-hacker avatar paulfariello avatar ramihg avatar i509vcb avatar mbbutler avatar

Stargazers

hussein-aitlahcen avatar feli avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.