MCPcopy Create free account
hub / github.com/ELMERIKH/PyinMemoryPE / from_pointer

Method from_pointer

windows/crypto/certificate.py:476–477  ·  view source on GitHub ↗
(self, ptr)

Source from the content-addressed store, hash-verified

474
475 @classmethod
476 def from_pointer(self, ptr):
477 return ctypes.cast(ptr, ctypes.POINTER(Certificate))[0]
478
479
480 def __eq__(self, other):

Callers 6

certsMethod · 0.80
findMethod · 0.80
from_fileMethod · 0.80
from_bufferMethod · 0.80
certMethod · 0.80

Calls 1

castMethod · 0.80

Tested by

no test coverage detected