We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0737f9b commit a231e0aCopy full SHA for a231e0a
README.md
@@ -282,7 +282,7 @@ In this section I briefly mention various differences between the execution back
282
- ✔ Timeout is implemented with a timer,
283
- ✅ Full execution traces are supported but are slow (exiting VMX is costly),
284
- ✔ 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).
+- ✔ Speed seems to be ok for long executions (lots of bottleneck in whv though; ~10x slower than kvm when I was fuzzing IDA).
286
287
### KVM
288
- ✔ Code-coverage via software breakpoints,
0 commit comments