MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / rdtscp

Method rdtscp

Python-Bridge/Python-Bridge.py:164–168  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

162 return status, value
163
164 def rdtscp(self):
165 value = c_uint64()
166 aux = c_uint()
167 status = self.__kb.KbReadTsc(byref(value), byref(aux))
168 return status, value, aux
169
170 class VirtualMemory:
171 def __init__(self, kb):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected