Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ELMERIKH/PyinMemoryPE
/ write
Method
write
windows/rpc/ndr.py:598–601 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
596
return
data
597
598
def
write(self, data):
599
self.data_parts.append(data)
600
self.data_size += len(data)
601
return
None
602
603
def
align(self, alignement):
604
if
self.data_size % alignement == 0:
Callers
6
pack
Method · 0.95
pack
Method · 0.95
align
Method · 0.95
raw_input
Method · 0.45
tst
Function · 0.45
tst
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected