GithubHelp home page GithubHelp logo

avatarchik / iced Goto Github PK

View Code? Open in Web Editor NEW

This project forked from icedland/iced

0.0 0.0 0.0 55.42 MB

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

License: MIT License

C# 65.98% Rust 30.21% JavaScript 0.34% Shell 0.08% Python 3.39%

iced's Introduction

iced crates.io NuGet pypi npm 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 >200 MB/s and decode+format >110 MB/s (Rust, see here)
  • ✔️Small decoded instructions, only 40 bytes and the decoder doesn't allocate any memory
  • ✔️.NET: High level Assembler providing a simple and lean syntax (e.g 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

autumnontape avatar dependabot[bot] avatar ralith avatar ramihg avatar symbai avatar tnballo avatar woodruffw avatar wtfsck avatar xoofx 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.