Skip to content

Commit d2aa292

Browse files
committed
fix typo in qltool examples message
1 parent ade8d4b commit d2aa292

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qltool

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ def handle_examples(parser: argparse.ArgumentParser):
136136
__ql_examples = f"""Examples:
137137
138138
With code:
139-
{prog} code --os linux --arch arm --format hex -f examples/codes/linarm32_tcp_reverse_shell.hex
140-
{prog} code --os linux --arch x86 --format asm -f examples/codes/lin32_execve.asm
139+
{prog} code --os linux --arch arm --format hex -f examples/shellcodes/linarm32_tcp_reverse_shell.hex
140+
{prog} code --os linux --arch x86 --format asm -f examples/shellcodes/lin32_execve.asm
141141
142142
With binary file:
143143
{prog} run -f examples/rootfs/x8664_linux/bin/x8664_hello --rootfs examples/rootfs/x8664_linux

0 commit comments

Comments
 (0)