mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-23 18:42:10 +08:00
13aee3754b
date: 2026-07-20T11:52:50
master commit: bae7e49626
21 lines
778 B
Markdown
21 lines
778 B
Markdown
## CTF
|
|
Welcome to the first part of the comma CTF!
|
|
|
|
* all the flags are contained in this route: `0c7f0c7f0c7f0c7f|2021-10-13--13-00-00`
|
|
* there's 2 flags in each segment, with roughly increasing difficulty
|
|
* everything you'll need to find the flags is in the openpilot repo
|
|
* grep is also your friend
|
|
* first, [setup](https://github.com/commaai/openpilot/tree/master/openpilot/tools#setup-your-pc) your PC
|
|
* read the docs & checkout out the tools in openpilot/tools/
|
|
* tip: once you get the replay and UI up, start by familiarizing yourself with seeking in replay
|
|
|
|
getting started
|
|
```bash
|
|
# start the route replay
|
|
cd openpilot/tools/replay
|
|
./replay '0c7f0c7f0c7f0c7f|2021-10-13--13-00-00' --dcam --ecam
|
|
|
|
# start the UI in another terminal
|
|
openpilot/selfdrive/ui/ui
|
|
```
|