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
14fb0177
Commit
14fb0177
authored
6 years ago
by
Anh Nguyen-Tuong
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
4687eac6
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
+17
-2
17 additions, 2 deletions
README.md
with
17 additions
and
2 deletions
README.md
+
17
−
2
View file @
14fb0177
...
...
@@ -53,14 +53,14 @@ cd $IDAROOT
## Testing Zafl
Before running Zafl, always make sure to have your environment variable set
```
```
bash
cd
$ZAFL_HOME
.
set_env_vars
```
### Testing Zipr
Test that the binary rewriting infrastructure by rewriting /bin/ls
```
```
bash
cd
/tmp
$PSZ
/bin/ls ls.zipr
```
...
...
@@ -117,9 +117,24 @@ afl-fuzz 2.52b by <lcamtuf@google.com>
Location : check_crash_handling(), afl-fuzz.c:7275
```
or:
```
[-] Whoops, your system uses on-demand CPU frequency scaling, adjusted
between 1558 and 2338 MHz. Unfortunately, the scaling algorithm in the
kernel is imperfect and can miss the short-lived processes spawned by
afl-fuzz. To keep things moving, run these commands as root:
cd /sys/devices/system/cpu
echo performance | tee cpu*/cpufreq/scaling_governor
You can later go back to the original state by replacing 'performance' with
'ondemand'. If you don't want to change the settings, set AFL_SKIP_CPUFREQ
to make afl-fuzz skip this check - but expect some performance drop.
```
```
bash
cd
$ZAFL_HOME
/zfuzz/test/gzip
./test_gzip.sh
```
...
...
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