Coder Social home page Coder Social logo

phantasm's Introduction

Phantasm - Binary Ninja plugin for visualizing fuzzing coverage over time

Phantasm builds an interactive visualization of how fuzzing increases coverage of a function over time. Using coverage abstraction from the plugin bncov, and building on Vector35's export SVG example, Phantasm adds the aspect of exploring time via a single-page HTML visualization that users can use to explore how the addition of each seed over time changes the coverage of the function.

Phantasm Demo

Users can pan and zoom around the graph in their browser, as well as either watch a loop or step through each seed as it is added. This is currently a proof of concept, please open an issue if you have more ideas.

Install

Just clone this repo to your plugins directory.

Usage

  1. Navigate in Binary Ninja to the function you want to visualize coverage over time for.
  2. Use the context menu to select Phantasm -> Animate Current Function.
  3. Fill in the dialog (description of key fields below).
  4. Open the output file in a browser. Any errors will be written to the log in Binary Ninja
  • Corpus Directory: where the input files are stored (NOTE: the inputs files are only used for their timestamps, make sure you either use the original directory or have copied the files around in a manner that preserves timestamps, such as cp -pr src dst).
  • Coverage Directory: directory containing files in drcov or module+offset format.
  • Output File: where to save the HTML output

For those that want to see results before trying it, the repository includes several examples that should display even on systems without Binary Ninja installed.

phantasm's People

Contributors

mechanicalnull avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.