Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zafl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open Source Software
zafl
Commits
37f605e3
Commit
37f605e3
authored
6 years ago
by
Anh Nguyen-Tuong
Browse files
Options
Downloads
Patches
Plain Diff
Simplify README.md
parent
08151a40
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+0
-39
0 additions, 39 deletions
README.md
with
0 additions
and
39 deletions
README.md
+
0
−
39
View file @
37f605e3
...
...
@@ -40,21 +40,6 @@ Type "help" for help.
peasoup_XXX=>
```
### Optional configuration of Zafl with IDA
*Skip this step if you don't have IDA*
*The default Zafl toolchain does not use IDA*
Once you get a license from IDA, put your license key file in:
```$IDAROOT/```
Then you must run IDA once in interactive mode and accept the licensing terms:
```
cd $IDAROOT
./idat64
```
**Be sure to check the box that says "Don't display in the future"**
## Testing Zafl
...
...
@@ -216,30 +201,6 @@ afl-cmin -i out/queue/ -o out.cmin -- ./ls.zafl @@
Et voila!
## 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}
```
To specify exit points:
```
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}
```
To specify a whitelist of functions to instrument:
```
zafl.sh
<target_binary>
<zafl_output_binary>
-o zafl:--whitelist
<whitelistFile>
```
To specify a blacklist of functions to skip:
```
zafl.sh
<target_binary>
<zafl_output_binary>
-o zafl:--blacklist
<blacklistFile>
```
The white and black list files contain one entry per line.
Options may be combined.
# TL;DR
Once everything is installed properly:
```
zafl.sh
<target_binary>
<zafl_output_binary>
[options]
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment