funfuzz icon indicating copy to clipboard operation
funfuzz copied to clipboard

Questions about jsfunfuzz grammar generation

Open nav-gorat opened this issue 5 years ago • 0 comments

Hi! I'm trying to create a jsfunfuzz grammar. But there was no separate document, so I wrote here. What I want is a mutated grammar js file, but when I run the command (python3 -m funfuzz.js.loop --random-flags --compare-jit 20 mozilla-central ./js), only a js file close to a rapper is created. (jsfunfuzz.js) I want to generate js file from the funfuzz and test it on another js engine. Is there a way?

nav-gorat avatar Sep 14 '20 01:09 nav-gorat