You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP β†’
Socket
Book a DemoInstallSign in
Socket

Iced

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Iced

iced is a blazing fast and correct x86 (16/32/64-bit) instruction decoder, disassembler and assembler written in C#. - πŸ‘ 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 - πŸ‘ 100% C# code - πŸ‘ The formatter supports masm, nasm, gas (AT&T), Intel (XED) and there are many options to customize the output - πŸ‘ The decoder decodes >130 MB/s - πŸ‘ 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 - πŸ‘ Supports `.NET Standard 2.0/2.1+` and `.NET Framework 4.5+` - πŸ‘ License: MIT

1.21.0
Source
nugetNuGet
Version published
Maintainers
1
Created
The README file is missing

Keywords

disassembler

FAQs

Package last updated on 20 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts