MCPcopy Create free account
hub / github.com/dobin/SuperMega / get_payload_path

Method get_payload_path

model/settings.py:57–60  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

55 self.generate_asm_from_c: bool = True
56
57 def get_payload_path(self) -> FilePath:
58 if self.payload_base == "":
59 return None
60 return FilePath(PATH_SHELLCODES + self.payload_base)
61
62 def get_inject_exe_in(self) -> FilePath:
63 if self.injectable_base == "":

Callers 3

sanity_checksFunction · 0.80
initMethod · 0.80
projectFunction · 0.80

Calls 1

FilePathClass · 0.85

Tested by

no test coverage detected