All Projects β†’ leonjza β†’ Frida Boot

leonjza / Frida Boot

Frida Boot πŸ‘’- A binary instrumentation workshop, with Frida, for beginners!

Projects that are alternatives of or similar to Frida Boot

coldbox-zero-to-hero
ColdBox 120: From Zero to Hero Training
Stars: ✭ 16 (-91.06%)
Mutual labels:  training, workshop
Unityplayground
A collection of simple scripts to create 2D physics game, intended for giving workshops to a young audience
Stars: ✭ 603 (+236.87%)
Mutual labels:  workshop, beginner
Objection
πŸ“± objection - runtime mobile exploration
Stars: ✭ 4,404 (+2360.34%)
Mutual labels:  frida, instrumentation
mocxx
A versatile C++ function mocking framework.
Stars: ✭ 103 (-42.46%)
Mutual labels:  instrumentation, frida
Workshop
Docker, Kubernetes and Gravity Trainings by Gravitational
Stars: ✭ 1,963 (+996.65%)
Mutual labels:  training, workshop
Teaching-Data-Visualisation
Presentation and exercises for the Software Sustainability Institute Research Data Visualisation Workshop (RDVW)
Stars: ✭ 15 (-91.62%)
Mutual labels:  training, workshop
Frida Core
Frida core library intended for static linking into bindings
Stars: ✭ 398 (+122.35%)
Mutual labels:  frida, instrumentation
ws-ldn-1
Clojure/Clojurescript workshop (2-4 Nov 2015, London)
Stars: ✭ 22 (-87.71%)
Mutual labels:  workshop, beginner
Docker Workshop
Contenido de un workshop para aprender Docker totalmente en espaΓ±ol. Incluye varios ejercicios.
Stars: ✭ 27 (-84.92%)
Mutual labels:  training, workshop
Qbdi
A Dynamic Binary Instrumentation framework based on LLVM.
Stars: ✭ 801 (+347.49%)
Mutual labels:  frida, instrumentation
carto-workshop
CARTO training materials
Stars: ✭ 81 (-54.75%)
Mutual labels:  training, workshop
Frida Snippets
Hand-crafted Frida examples
Stars: ✭ 1,081 (+503.91%)
Mutual labels:  frida, instrumentation
pwa-workshop
Workshop: Turning a regular website into a Progressive Web Application
Stars: ✭ 41 (-77.09%)
Mutual labels:  training, workshop
taint-with-frida
just an experiment
Stars: ✭ 17 (-90.5%)
Mutual labels:  instrumentation, frida
gitworkshop
Git Workshop covering git essentials & advanced topics
Stars: ✭ 15 (-91.62%)
Mutual labels:  training, workshop
Frida Gum
Cross-platform instrumentation and introspection library written in C
Stars: ✭ 357 (+99.44%)
Mutual labels:  frida, instrumentation
adsy-trainings
Workshop and training materials
Stars: ✭ 13 (-92.74%)
Mutual labels:  training, workshop
csharpworkshop
Workshop content on Learning C# on Linux using .NET Core
Stars: ✭ 33 (-81.56%)
Mutual labels:  training, workshop
Afl Training
Exercises to learn how to fuzz with American Fuzzy Lop
Stars: ✭ 726 (+305.59%)
Mutual labels:  training, workshop
Advanced R
One day course covering functions, functional programming and tidy evaluation
Stars: ✭ 38 (-78.77%)
Mutual labels:  training, workshop



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 http://localhost:9999.

slides & stream

This workshop was streamed on YouTube here.

The slides for the workshop can be found on Google Slides here, 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.

docker build -t frida-boot:local .
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].