From 0b7c9a84fe44fc6670b92aa925d2b3ff9c98a857 Mon Sep 17 00:00:00 2001 From: andreaswimmer <53872150+andreaswimmer@users.noreply.github.com> Date: Wed, 22 Jul 2020 18:10:28 +0200 Subject: [PATCH] Fix typo "Lighetweight" in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b3ed01..a29879a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ emulate raw binary files, and see their output. Note that this simple emulator s The main objectives of this disassembler are: -1. Lighetweight - it's written in C, with no external dependencies, no memory allocated, and thread safe by design. +1. Lightweight - it's written in C, with no external dependencies, no memory allocated, and thread safe by design. 2. Fast - less than 300 CPU clocks on an Intel Core i7-8650U per decoded instruction (more than 7M instructions per second). 3. Resilient - tested against internal fuzzers and the famous [mishegos](https://github.com/trailofbits/mishegos) tool. 4. Easy to work with - just include the main header file, bddisasm.h, link with the bddisasm library, and call the NdDecode API!