Fix to #47 (missing -)
This commit is contained in:
@@ -65,7 +65,7 @@ The `virtualenv`-enabled `$PATH` should now include two executables: `deepstate`
|
||||
You can check your build using the test binaries that were (by default) built and emitted to `deepstate/build/examples`. For example, to use angr to symbolically execute the `IntegerOverflow` test harness with 4 workers, saving generated test cases in a directory called `out`, you would invoke:
|
||||
|
||||
```shell
|
||||
$ deepstate-angr --num_workers 4 -output_test_dir out $DEEPSTATE/build/examples/IntegerOverflow
|
||||
$ deepstate-angr --num_workers 4 --output_test_dir out $DEEPSTATE/build/examples/IntegerOverflow
|
||||
```
|
||||
|
||||
The resulting `out` directory should look something like:
|
||||
|
||||
Reference in New Issue
Block a user