We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade8d4b commit d2aa292Copy full SHA for d2aa292
qltool
@@ -136,8 +136,8 @@ def handle_examples(parser: argparse.ArgumentParser):
136
__ql_examples = f"""Examples:
137
138
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
+ {prog} code --os linux --arch arm --format hex -f examples/shellcodes/linarm32_tcp_reverse_shell.hex
+ {prog} code --os linux --arch x86 --format asm -f examples/shellcodes/lin32_execve.asm
141
142
With binary file:
143
{prog} run -f examples/rootfs/x8664_linux/bin/x8664_hello --rootfs examples/rootfs/x8664_linux
0 commit comments