nautilus icon indicating copy to clipboard operation
nautilus copied to clipboard

a grammar based feedback fuzzer

Results 4 nautilus issues
Sort by recently updated
recently updated
newest added

Currently you have to tell the fuzzee where to read the input from using @@ or @ for stdin. How do you do it the other way around? How do...

I'm following your README, in ubuntu16.04 ``` Compiling grammartec v0.1.0 (/nautilus/grammartec) error[E0554]: #![feature] may not be used on the stable release channel --> grammartec/src/lib.rs:1:1 | 1 | #![feature(exclusive_range_pattern)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...

https://github.com/RUB-SysSec/nautilus/blob/dd3554a9a417b8b503507a35d097bb422a048549/config.ron#L16 this value is passed to Fuzzer: https://github.com/RUB-SysSec/nautilus/blob/c691086fa08a090f355afb97547b200cf3687a9c/gramophone/src/main.rs#L100-L106 And then being concatenated directly to paths of queue files, like: https://github.com/RUB-SysSec/nautilus/blob/c691086fa08a090f355afb97547b200cf3687a9c/gramophone/src/queue.rs#L96-L98 So, current setting will leads to output folder in `/data/projects/grammar_fuzz/gramophoneoutputs`...

Adds a dockerfile that sets up Nautilus inside docker.