Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leonjza/frida-boot

Frida Boot 👢- A binary instrumentation workshop, with Frida, for beginners!
https://github.com/leonjza/frida-boot

beginner frida instrumentation training workshop

Last synced: 8 days ago
JSON representation

Frida Boot 👢- A binary instrumentation workshop, with Frida, for beginners!

Awesome Lists containing this project

README

        






frida-boot 👢



A binary instrumentation workshop, using Frida, for beginners!



@leonjza
Docker Cloud Build Status


## quickstart

frida-boot

- `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 .
```