mirror of
https://github.com/dobin/SuperMega
synced 2026-06-03 01:27:11 +00:00
refactor: project.show_command_output to def:ShowCommandOutput
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ def main():
|
||||
args = parser.parse_args()
|
||||
|
||||
if args.show:
|
||||
project.show_command_output = True
|
||||
ShowCommandOutput = True
|
||||
|
||||
if args.verify:
|
||||
project.payload_path = "shellcodes/createfile.bin"
|
||||
|
||||
Reference in New Issue
Block a user