Skip to content

BreakOnCrash/fbuzzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fbuzzer

fbuzzer Fbuzzer is a toy coverage-guided fuzzer based on Frida. It supports custom mutation, coverage collection, and crash detection. Suitable for prototyping and learning fuzzing principles.

Features

  • Dynamic instrumentation and coverage collection via Frida
  • Toy mutator (bit flip, byte set, etc.)
  • Automatic corpus management: new paths are added automatically
  • Pure TypeScript/JavaScript implementation, easy to extend

Usage

  1. Build the Agent
npm run build
# or
frida-compile -S -c src/sample/example.ts -o _agent.js
  1. Attach the Fuzzer Agent
frida -l example _agent.js

Tools

URLSchemes

  • list iOS urlschemes
frida -U SpringBoard -l urlschemes/urlschemes.js

About

A Frida-based toy in-process fuzzer. 📣

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published