2.1.0 • Published 7 months ago

@jazzer.js/instrumentor v2.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
7 months ago

@jazzer.js/instrumentor

The @jazzer.js/instrumentor module is used to instrument code for fuzzing.

It provides and registers Babel plugins to transform code in such a way that it provides feedback to the fuzzer. This feedback consists of coverage statistics, so that the fuzzer can detect when new code paths are reached, and comparison feedback, to enable the fuzzer to mutate it's input in a meaningful way.

Code loading is intercepted using istanbul-lib-hook , which also enables fine-grained control of when to apply the instrumentatino.

Install

Using npm:

npm install --save-dev @jazzer.js/instrumentor

Documentation

See Jazzer.js README for more information or the issues associated with it.

1.7.0

8 months ago

1.6.1

9 months ago

1.6.0

9 months ago

2.1.0

7 months ago

2.0.0

8 months ago

1.5.1

11 months ago

1.5.0

11 months ago

1.4.0

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago