GithubHelp home page GithubHelp logo

anthrax3 / iced Goto Github PK

View Code? Open in Web Editor NEW

This project forked from icedland/iced

0.0 1.0 0.0 27.24 MB

x86/x64 disassembler, assembler, decoder, encoder

License: MIT License

C# 77.98% PowerShell 0.01% Rust 22.01%

iced's Introduction

Iced NuGet crates.io GitHub builds codecov

Iced is a high performance x86 (16/32/64-bit) instruction decoder, disassembler and assembler.

It can be used for static analysis of x86/x64 binaries, to rewrite code (eg. remove garbage instructions), to relocate code or as a disassembler.

  • ✔️Supports all Intel and AMD instructions
  • ✔️Supports .NET and Rust
  • ✔️The formatter supports masm, nasm, gas (AT&T), Intel (XED) and there are many options to customize the output
  • ✔️The decoder is 4x+ faster than other similar libraries and doesn't allocate any memory
  • ✔️Small decoded instructions, only 32 bytes
  • ✔️High level Assembler (.NET) 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, flow control info, etc
  • ✔️All instructions are tested (decode, encode, format, instruction info)
  • ✔️License: MIT

Examples

See the following READMEs for examples:

License

MIT

Icon

Logo processor by Creative Stall from the Noun Project

iced's People

Contributors

symbai avatar wtfsck avatar xoofx avatar

Watchers

 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.