Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
certs
Method · 0.80
find
Method · 0.80
from_file
Method · 0.80
from_buffer
Method · 0.80
cert
Method · 0.80
generate_selfsigned_certificate
Function · 0.80
Calls
1
cast
Method · 0.80
Tested by
no test coverage detected