A binary instrumentation workshop, using Frida, for beginners!
## quickstart
- `git clone https://github.com/leonjza/frida-boot`
- `cd frida-boot`
- `./docker.sh pull`
- `./docker.sh run`
After running the container, all of the offline workshop content will be available at .
## slides & stream
This workshop was streamed on YouTube [here](https://www.youtube.com/watch?v=CLpW1tZCblo).
The slides for the workshop can be found on Google Slides [here](https://docs.google.com/presentation/d/1BK4CsGChSKI8BCVsg9Rlv0lY5AfsrbanhIRWnKaP0TI/edit?usp=sharing), with a PDF copy available in the `slides/` directory of this repository.
## manually building
The `Dockerfile` in this repository can be used to manually build the container. Feel free to edit it to suit your needs.
```bash
docker build -t frida-boot:local .
```