MCPcopy Create free account
hub / github.com/RoganDawes/P4wnP1 / writeFile

Method writeFile

hidtools/backdoor/FileSystem.py:194–196  ·  view source on GitHub ↗
(filename, data="")

Source from the content-addressed store, hash-verified

192
193 @staticmethod
194 def writeFile(filename, data=""):
195 with open(filename, "wb") as f:
196 f.write(data)
197
198 @staticmethod
199 def appendFile(filename, data=""):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected