Skip to content

Commit ba60110

Browse files
authored
Update README.md
1 parent 206564b commit ba60110

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ The Bitdefender disassembler (bddisasm) is a lightweight, x86/x64 only instructi
1010
4. [disasmtool](https://github.com/bitdefender/bddisasm/tree/master/disasmtool) - this project is a command line disassembler tool, used mainly as an example of how to integrate the bddisasm and bdshemu libraries.
1111
5. [bindings](https://github.com/bitdefender/bddisasm/tree/master/bindings) - bindings for [python](https://github.com/bitdefender/bddisasm/tree/master/bindings/pybddisasm), and [Rust](https://github.com/bitdefender/bddisasm/tree/master/bindings/rsbddisasm).
1212

13-
## Objectives
14-
15-
The main objectives of this disassembler are:
13+
## Core Features
1614

1715
1. Lightweight - it's written in C, with no external dependencies, no memory allocated, and thread safe by design.
18-
2. Fast - less than 300 CPU clocks on an Intel Core i7-8650U per decoded instruction (more than 7M instructions per second).
16+
2. Fast - measured on an Intel® Core™ Ultra 7 165H using BDDISASM v3.0:
17+
- legacy decoder: around 240 CPU clocks per decoded instruction (~12M decoded instructions per second);
18+
- mini decoder: around 150 CPU clocks per decoded instruction (~17M decoded instructions per second)
1919
3. Resilient - tested against internal fuzzers and the famous [mishegos](https://github.com/trailofbits/mishegos) tool.
2020
4. Easy to work with - just include the main header file, bddisasm.h, link with the bddisasm library, and call the NdDecode API!
21-
5. Complete - support every x86 instruction to date, and provide as much information as possible.
21+
5. Complete – comprehensive support for Intel and AMD x86 instructions implemented in modern CPUs, including rich per-instruction metadata.
2222

2323
## Build and install
2424

@@ -350,4 +350,4 @@ Working with the minimal decoder is equally simple:
350350
```
351351
## Credits
352352
353-
The entire Bitdefender HVI team.
353+
The entire Bitdefender HVI team.

0 commit comments

Comments
 (0)