binaryninja/commercial/scc-docs/rdtsc_low.txt

15 lines
361 B
Plaintext
Raw Normal View History

2018-12-13 18:39:52 +00:00
__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]