binaryninja/scc-docs/rdtsc_low.txt
Giulio De Pasquale 52e9dc828b dindon
2018-12-13 18:39:52 +00:00

15 lines
361 B
Plaintext

__rdtsc_low
===========
:title: Shellcode Compiler Runtime
---------------------------------------------
uint32_t __rdtsc_low();
---------------------------------------------
Reads the time stamp counter on the x86 architecture. Returns the lower 32 bits of the time stamp counter.
See also
--------
link:rdtsc.html[rdtsc],
link:rdtsc_high.html[rdtsc_high]