Skip to content
Snippets Groups Projects
Commit ea1938c5 authored by Anh Nguyen-Tuong's avatar Anh Nguyen-Tuong
Browse files

Update README.md

parent 79133a64
No related branches found
No related tags found
No related merge requests found
......@@ -37,5 +37,12 @@ If all goes well with the postgres setup, you should be able to login into the d
...
### Testing Zipr
Test that the binary rewriting infrastructure by rewriting say /bin/ls
```$PSZ /bin/ls ls.zipr```
Invoke the rewritten version of /bin/ls: ```./ls.zipr```
### Testing Zafl
\ No newline at end of file
### Testing Zafl
```
cd $ZAFL_HOME/zfuzz/test/gzip
./test_gzip.sh
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment