Skip to content

Commit 8ba24f3

Browse files
race: add building and running instructions
1 parent 82fead7 commit 8ba24f3

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

race_of_a_lifetime/notes.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,25 @@ So, need to:
4242

4343
Rest of the work is done in ``race.rb``
4444

45+
## Running
46+
This solution depends on my patched version of pwntools-ruby:
47+
[email protected]:JonathanBeverley/pwntools-ruby.git
48+
49+
Switch to branch `feature/serialtube`, and build as per the README.
50+
51+
Then either of the following, depending on preference:
52+
```
53+
rescue -i ./race.rb /dev/ttyUSB*
54+
pry -r ./race.rb /dev/ttyUSB*
55+
```
56+
57+
Then in order
58+
```
59+
leg1
60+
leg2
61+
leg3
62+
leg4
63+
```
64+
65+
Enjoy flag.
66+

0 commit comments

Comments
 (0)