MCPcopy Index your code
hub / github.com/ELMERIKH/PyinMemoryPE / virtual_alloc

Method virtual_alloc

windows/winobject/process.py:124–125  ·  view source on GitHub ↗
(self, size)

Source from the content-addressed store, hash-verified

122 return [WinThread._from_THREADENTRY32(th, owner=self) for th in windows.system.enumerate_threads_generator() if th.th32OwnerProcessID == owner_pid]
123
124 def virtual_alloc(self, size):
125 raise NotImplementedError("virtual_alloc")
126
127 def virtual_free(self):
128 raise NotImplementedError("virtual_free")

Callers 3

allocated_memoryMethod · 0.95
executeMethod · 0.95
inject_python_commandFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected