Skip to content

pllab/signature-inference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Signature Inference Analysis for JavaScript Browser Addons

Installation

In order to install and run the analysis, you will need:

  1. sbt version 0.12.1.
  2. Scala version 2.10.1.

Building

To build the project:

  1. Do a clean
$ sbt clean
  1. Do a build
$ sbt compile

Running

To run the Signature Inference Analysis:

$ sbt "run-main notjs.abstracted.interpreter.notJS filename.js --genSig"

A variety of tests and our addon benchmark suite are available in the folder src/test/resources/sif/.

About

Implementation of our CGO 2014 paper.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published