Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/leonjza/frida-boot
- Owner: leonjza
- Created: 2020-04-20T23:36:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-27T12:29:56.000Z (about 1 year ago)
- Last Synced: 2024-10-14T06:49:52.710Z (21 days ago)
- Topics: beginner, frida, instrumentation, training, workshop
- Language: CSS
- Homepage:
- Size: 10.7 MB
- Stars: 306
- Watchers: 15
- Forks: 41
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - leonjza/frida-boot - Frida Boot 👢- A binary instrumentation workshop, with Frida, for beginners! (CSS)
README
frida-boot 👢
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 .
```