binaryninja/personal/scc-docs/rdtsc.txt

15 lines
363 B
Plaintext
Raw Normal View History

2019-04-03 14:46:40 +01:00
__rdtsc
=======
:title: Shellcode Compiler Runtime
---------------------------------------------
uint64_t __rdtsc();
---------------------------------------------
Reads the time stamp counter on the x86 architecture. Returns the time stamp counter as a single 64-bit integer.
See also
--------
link:rdtsc_low.html[rdtsc_low],
link:rdtsc_high.html[rdtsc_high]