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

Method appendFile

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

Source from the content-addressed store, hash-verified

197
198 @staticmethod
199 def appendFile(filename, data=""):
200 with open(filename, "ab") as f:
201 f.write(data)
202
203 @staticmethod
204 def fileExists(filename):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected