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
df90feb4
Commit
df90feb4
authored
6 years ago
by
Anh Nguyen-Tuong
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of git.zephyr-software.com:allnp/zafl_umbrella
parents
95e54e8b
ab45f56c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#1376
passed
6 years ago
Stage: clean
Stage: build
Stage: test
Stage: install
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+15
-1
15 additions, 1 deletion
README.md
with
15 additions
and
1 deletion
README.md
+
15
−
1
View file @
df90feb4
...
...
@@ -77,7 +77,18 @@ Invoke the rewritten version of /bin/ls and make sure it runs normally:
```
### Testing Zafl
#### Make sure afl itself is setup properly
#### Download afl and install it locally
```
wget http://lcamtuf.coredump.cx/afl/releases/afl-latest.tgz
tar -xzvf afl-latest.tgz
cd <afl_dir>
make
# build qemu support
cd qemu_mode
./build_qemu_support.sh
```
#### Test afl
```
bash
cd
/tmp
mkdir
in
...
...
@@ -85,6 +96,9 @@ echo "1" > in/1
afl-fuzz
-i
in
-o
out
-Q
--
/bin/ls @@
```
Alternatively, you may opt to build afl without QEMU support.
In that case, you will need to make sure that afl works for you.
You may see afl error messages such as this one that will need to be fixed:
```
afl-fuzz 2.52b by <lcamtuf@google.com>
...
...
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