diff --git a/README.md b/README.md index dba47e2..8fc597f 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Fast and lightweight x86/x86-64 disassembler library. - SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AES, - AMD-V, INTEL-VMX, SMX - Optimized for high performance + - Decoding and formatting of 50MiB takes about 1 second on a Intel Core i7 3930k @ 3.2GHz CPU - Very small overhead compared to other common disassembler libraries - Only 44.00 KiB (64 bit: 47.00 KiB) for the decoder and 62.00 KiB (64 bit: 69.50 KiB) with the optional formatting functionality - Abstract formatter and symbol-resolver classes for custom syntax implementations. @@ -19,7 +20,7 @@ Fast and lightweight x86/x86-64 disassembler library. ## Compilation ## -- While VDE supports other compilers in theory, compilation has not been tested with any other compiler than MSVC12 (Visual Studio 2013) +- While VDE supports other compilers in theory, compilation has not been tested with any compiler other than MSVC12 (Visual Studio 2013) - Multi-compiler support might be added in the future ## License ##