From c049377a3eb52ac6c9484c2d2e5b105b93c969c3 Mon Sep 17 00:00:00 2001 From: Mario Haustein Date: Mon, 8 Aug 2022 08:06:40 +0200 Subject: [PATCH] fix README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8abbe0ef6..263e5fb6d 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ With qltool, easy execution can be performed: With shellcode: ``` -$ ./qltool shellcode --os linux --arch arm --hex -f examples/shellcodes/linarm32_tcp_reverse_shell.hex +$ ./qltool code --os linux --arch arm --format hex -f examples/shellcodes/linarm32_tcp_reverse_shell.hex ``` With binary file: