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
76f7faaf
Commit
76f7faaf
authored
6 years ago
by
Anh Nguyen-Tuong
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
bf0601d5
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
+8
-12
8 additions, 12 deletions
README.md
with
8 additions
and
12 deletions
README.md
+
8
−
12
View file @
76f7faaf
...
...
@@ -40,7 +40,9 @@ Type "help" for help.
peasoup_XXX=>
```
### Setting up IDA with your license key
### Setting up IDA with your license key (Optional)
If you don't have IDA, you can skip this step
The standard Zipr toolchain configuration uses IDA Pro as part of its analysis phases.
Once you get a license from IDA, put your license key file in:
```$IDAROOT/```
...
...
@@ -140,8 +142,8 @@ Fix any afl-related errors until you can run:
#### Running Zafl smoke tests
```
bash
cd $ZAFL_HOME/zfuzz/test/
gzip
./test_
gzip
.sh
cd $ZAFL_HOME/zfuzz/test/
bc
./test_
bc
.sh
```
The test will run afl on gzip instrumented with the proper instrumentation inlined.
...
...
@@ -149,20 +151,14 @@ The output should end with:
```
execs_since_crash : 77855
exec_timeout : 20
afl_banner :
gzip
.stars.zafl
afl_banner :
bc
.stars.zafl
afl_version : 2.52b
target_mode : default
command_line : afl-fuzz -i zafl_in -o zafl_out -- ./
gzip
.stars.zafl -f
TEST PASS: ./
gzip
.stars.zafl: ran zafl binary: execs_per_sec : 2000.00
command_line : afl-fuzz -i zafl_in -o zafl_out -- ./
bc
.stars.zafl -f
TEST PASS: ./
bc
.stars.zafl: ran zafl binary: execs_per_sec : 2000.00
TEST PASS: all tests passed: zafl instrumentation operational on gzip
```
You should also run and make sure these tests pass:
```
bash
cd $ZAFL_HOME/zfuzz/test/bc
./test_bc.sh
```
#### Final sanity check
```
bash
cd /tmp
...
...
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