refactor: cleanup

This commit is contained in:
Dobin
2024-02-11 10:59:28 +00:00
parent 92048b357d
commit 49b8c45b67
4 changed files with 11 additions and 62 deletions
+4
View File
@@ -28,8 +28,12 @@ def main():
parser.add_argument('--shellcode', type=str, help='The path to the file of your payload shellcode')
parser.add_argument('--inject', type=str, help='The path to the file where we will inject ourselves in')
parser.add_argument('--verify', type=str, help='Debug: Perform verification: std/iat')
parser.add_argument('--show', type=str, help='Debug: Show tool output')
args = parser.parse_args()
if args.show:
project.show_command_output = True
if args.verify:
project.payload = "shellcodes/createfile.bin"
project.verify = True