Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 281 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 281 Bytes

Simple dumb fuzzer

A simple dumb fuzzer than ever. 🤣

Useage

$ STATSD_SERVER="eff.g3un.com:8125" gor . ../test $(which lldb)

Supported mutate methods

  • Insert
  • Delete

Supported debuggers

  • GDB (for Linux)
  • LLDB (for macOS)
  • WinDbg (for Windows)