mirror of
https://github.com/dobin/SuperMega
synced 2026-06-03 01:27:11 +00:00
ui: nicer output
This commit is contained in:
+2
-2
@@ -38,13 +38,13 @@ class Project():
|
||||
|
||||
|
||||
def load_payload(self):
|
||||
logging.info("Load payload: {}".format(self.payload_path))
|
||||
logging.info("--( Load payload: {}".format(self.payload_path))
|
||||
with open(self.payload_path, 'rb') as input2:
|
||||
self.payload_data = input2.read()
|
||||
|
||||
|
||||
def load_injectable(self):
|
||||
logging.info("Load injectable: {}".format(self.inject_exe_in))
|
||||
logging.info("--( Load injectable: {}".format(self.inject_exe_in))
|
||||
self.exe_info = ExeInfo()
|
||||
self.exe_info.parse_from_exe(self.inject_exe_in)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user