MCPcopy 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

packMethod · 0.95
packMethod · 0.95
alignMethod · 0.95
raw_inputMethod · 0.45
tstFunction · 0.45
tstFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected