From cf996e5b140083edcdb727e3740c561dc44a0faa Mon Sep 17 00:00:00 2001 From: de4dot Date: Wed, 12 Sep 2018 23:33:12 +0200 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a3548bd2..0e3bb0c1a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ High performance x86 (16/32/64-bit) instruction decoder, encoder and formatter. 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 (WIP: [#1](https://github.com/0xd4d/iced/issues/1), [#2](https://github.com/0xd4d/iced/issues/2)) +- Supports all Intel and AMD instructions - The decoder doesn't allocate any memory and is 2x-5x+ faster than other similar libraries written in C or C# - Small decoded instructions, only 32 bytes (compared to other libraries that have up to 1KB-sized decoded instructions) - The formatter supports masm, nasm, gas (AT&T) and Intel (xed) and there are many options to customize the output