Skip to content

Commit d83e5a4

Browse files
committed
Address PR feedback
1 parent 875f4dd commit d83e5a4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

challenges/computing-101/control-flow/callee-write/DESCRIPTION.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ If your `solve` is correct, this prints `AAAA` --- and the same logic will print
101101

102102
You can also debug the native harness directly with stand-in bytes instead of the flag.
103103
`/challenge/check` is the Python checker script, so do not load it as the executable in `gdb`.
104-
The native program that loads your `.so` is `/challenge/harness`.
105-
When it sees that it is running under `gdb`, it automatically uses stand-in flag bytes:
104+
The native program that loads your `.so` is `/challenge/harness`:
106105

107106
```console
108107
hacker@dojo:~$ gdb --args /challenge/harness your-solve.so

0 commit comments

Comments
 (0)