Skip to content

Commit a231e0a

Browse files
authored
Update README.md
1 parent 0737f9b commit a231e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ In this section I briefly mention various differences between the execution back
282282
- ✔ Timeout is implemented with a timer,
283283
- ✅ Full execution traces are supported but are slow (exiting VMX is costly),
284284
- ✔ Deterministic if handling source of non determinism manually (for example, patching `nt!ExGenRamdom` that uses `rdrand`),
285-
- ✔ Speed seems to be ok for long executions (lots of bottleneck in whv though; ~10x slower than WHV when I was fuzzing IDA).
285+
- ✔ Speed seems to be ok for long executions (lots of bottleneck in whv though; ~10x slower than kvm when I was fuzzing IDA).
286286

287287
### KVM
288288
- ✔ Code-coverage via software breakpoints,

0 commit comments

Comments
 (0)