Skip to content
View stevenjohnstone's full-sized avatar
Block or Report

Block or report stevenjohnstone

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
stevenjohnstone/README.md

image

Pinned

  1. go-bpf-gen go-bpf-gen Public

    Generate bpftrace scripts for use with golang programs. Works around quirks in the golang runtime.

    Go 50 8

  2. afl-lua afl-lua Public

    Fork of Lua adding AFL (https://github.com/google/afl) instrumentation to allow Lua scripts (not the VM itself) to be fuzzed.

    C 8

  3. cgo-scan-build cgo-scan-build Public

    Basic script to run scan-build on Golang code which uses cgo

    Shell

  4. toughfuzzer toughfuzzer Public

    Tough Fuzzer is an obstacle course for go-fuzz composed of a series of small code samples which encapsulate the most common obstacles to code-coverage the fuzzer will encounter. In each case, the o…

    Go 18

  5. A Lua AFL integration using the debu... A Lua AFL integration using the debug hook functionality which fires as Lua traverses lines
    1
    // Using the approach of afl-python to make a
    2
    // Lua fuzzer.
    3
    // Build with "gcc -I/usr/include/lua5.3/ -L/usr/local/lib -llua5.3 -rdynamic afl-fuzz.c"
    4
    // (or whatever works on your platform).
    5
    //