MCPcopy Create free account
hub / github.com/qilingframework/qiling / write

Method write

qiling/os/windows/dlls/kernel32/fileapi.py:688–690  ·  view source on GitHub ↗
(self, offset: int, data: bytes)

Source from the content-addressed store, hash-verified

686 return fobj.read(size)
687
688 def write(self, offset: int, data: bytes) -> None:
689 with self.__seek_temporary(offset) as fobj:
690 fobj.write(data)
691
692
693def _CreateFileMapping(ql: Qiling, address: int, params):

Callers 15

__write_mapviewMethod · 0.95
__alloc_strings_arrayFunction · 0.45
hook___p__environFunction · 0.45
hook_putsFunction · 0.45
hook___p___argvFunction · 0.45
__RegSetValueFunction · 0.45
__RegSetValueExFunction · 0.45
hook_GetTokenInformationFunction · 0.45
_CryptStringToBinaryFunction · 0.45
hook_memcpyFunction · 0.45
_QueryInformationProcessFunction · 0.45

Calls 1

__seek_temporaryMethod · 0.95

Tested by

no test coverage detected