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
80cd8b08
Commit
80cd8b08
authored
6 years ago
by
Anh Nguyen-Tuong
Browse files
Options
Downloads
Patches
Plain Diff
Add afl to tree
parent
2f0253a7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
build-all.sh
+13
-0
13 additions, 0 deletions
build-all.sh
clean-all.sh
+3
-0
3 additions, 0 deletions
clean-all.sh
set_env_vars
+3
-2
3 additions, 2 deletions
set_env_vars
test/gzip/test_gzip.sh
+2
-0
2 additions, 0 deletions
test/gzip/test_gzip.sh
with
21 additions
and
2 deletions
build-all.sh
+
13
−
0
View file @
80cd8b08
...
...
@@ -15,3 +15,16 @@ scons $SCONSDEBUG -j 3 || exit
cd
$ZFUZZ_HOME
/libzafl/src
scons
cd
$ZFUZZ_HOME
if
[
!
-e
afl
]
;
then
echo
echo
Setup AFL
echo
wget http://lcamtuf.coredump.cx/afl/releases/afl-latest.tgz
tar
-xzvf
afl-latest.tgz
rm
afl-latest.tgz
mv
afl-
*
afl
cd
afl
make
fi
This diff is collapsed.
Click to expand it.
clean-all.sh
+
3
−
0
View file @
80cd8b08
...
...
@@ -5,3 +5,6 @@ scons -c || exit
cd
$ZFUZZ_HOME
/libzafl/src
scons
-c
||
exit
cd
$ZFUZZ_HOME
rm
-fr
afl
This diff is collapsed.
Click to expand it.
set_env_vars
+
3
−
2
View file @
80cd8b08
export ZFUZZ_HOME=$PWD
export AFL_TRANSFORMS=$PWD/afl_transforms
export ZFUZZ_HOME=`pwd`
export AFL_TRANSFORMS=$ZFUZZ_HOME/afl_transforms
export AFL_PATH=$ZFUZZ_HOME/afl
This diff is collapsed.
Click to expand it.
test/gzip/test_gzip.sh
+
2
−
0
View file @
80cd8b08
#!/bin/bash -x
TMP_FILE_1
=
/tmp/gzip.tmp.
$$
TMP_FILE_2
=
/tmp/gzip.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