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

Update README.md

parent 2e08c28b
No related branches found
No related tags found
No related merge requests found
......@@ -215,11 +215,13 @@ Et voila!
## Other options to zafl.sh
To specify the entry point for the fork server (by default, zafl.sh will look for main()):
```zafl.sh <target_binary> <zafl_output_binary> **-o zafl:--entrypoint {<functionName> | 0xaddress}**```
```zafl.sh <target_binary> <zafl_output_binary> -o zafl:--entrypoint {<functionName> | 0xaddress}```
To specify exit points:
```zafl.sh <target_binary> <zafl_output_binary> **-o zafl:--exitpoint {<functionName> | 0xaddress}**```
```zafl.sh <target_binary> <zafl_output_binary> -o zafl:--exitpoint {<functionName> | 0xaddress}```
To specify multiple exit points:
```zafl.sh <target_binary> <zafl_output_binary> -o zafl:--exitpoint {<functionName> | 0xaddress} ... -o zafl:--exitpoint {<functionName> | 0xaddress}```
# TL;DR
Once everything is installed properly:
......
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