»Home
»Examples
»Invocation
»Runtime Library
»Python Bindings
»Known Issues
Shellcode Compiler
A custom shellcode compiler for Binary Ninja
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