»Home
»Examples
»Invocation
»Runtime Library
»Python Bindings
»Known Issues
Shellcode Compiler
A custom shellcode compiler for Binary Ninja
nt getitimer(int which, struct itimerval* value);

Gets the current value of interval timer which and places the result in value. The which parameter can be one of ITIMER_REAL, ITIMER_VIRTUAL, or ITIMER_PROF.

See also