bitdefender / bddisasm

bddisasm is a fast, lightweight, x86/x64 instruction decoder. The project also features a fast, basic, x86/x64 instruction emulator, designed specifically to detect shellcode-like behavior.
Apache License 2.0
888 stars 115 forks source link

Fix conversion of clock() return value to actual time units #98

Closed turol closed 2 months ago

turol commented 2 months ago

Fix conversion of clock() return value to actual time units. Should now give similar numbers on Windows and Linux.