Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus committed Nov 23, 2023
1 parent 8abc16b commit a5f2bc3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ Let's generate some things!


```sh
# `babyshell_level1` in testing mode
python -m pwnshop --challenge BabyShellBasicShellcode --src
# example challenge in testing mode
pwnshop -I /path/to/example_module --challenge ShellExample --src

# `babyshell_level1` in teaching mode
python -m pwnshop --challenge BabyShellBasicShellcode --walkthrough --src
# example challenge in teaching mode
pwnshop -I /path/to/example_module --challenge ShellExample --walkthrough --src

# make sure `babyshell_level1` compiles and the reference solution works
python -m pwnshop --challenge BabyShellBasicShellcode --walkthrough --verify
# make sure the example challenge compiles and the reference solution works
pwnshop -I /path/to/example_module --challenge ShellExample --walkthrough --verify

# generate the `babyshell_level1` binary
python -m pwnshop --challenge BabyShellBasicShellcode --walkthrough --bin > babyshell_level1
# generate the example challenge binary
pwnshop -I /path/to/example_module --challenge ShellExample --walkthrough --bin > example_shell

```

0 comments on commit a5f2bc3

Please sign in to comment.