-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0f434bd
commit 9c9cbc0
Showing
21 changed files
with
178 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
1 change: 1 addition & 0 deletions
1
output_test_assert_output_created_when_fuzzing/phink/afl/mainaflfuzzer/cmdline
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
./target/afl/debug/phink |
20 changes: 20 additions & 0 deletions
20
output_test_assert_output_created_when_fuzzing/phink/afl/mainaflfuzzer/fuzzer_setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# environment variables: | ||
AFL_AUTORESUME=1 | ||
AFL_CMPLOG_ONLY_NEW=1 | ||
AFL_CUSTOM_INFO_PROGRAM=./target/afl/debug/phink | ||
AFL_CUSTOM_INFO_PROGRAM_ARGV= | ||
AFL_CUSTOM_INFO_OUT=output_test_assert_output_created_when_fuzzing/phink/afl/mainaflfuzzer | ||
AFL_DEBUG=1 | ||
AFL_DISABLE_TRIM=1 | ||
AFL_FAST_CAL=1 | ||
AFL_FINAL_SYNC=1 | ||
AFL_FORCE_UI=1 | ||
AFL_FUZZER_STATS_UPDATE_INTERVAL=10 | ||
AFL_FORKSRV_INIT_TMOUT=10000000 | ||
AFL_IGNORE_SEED_PROBLEMS=1 | ||
AFL_IGNORE_UNKNOWN_ENVS=1 | ||
AFL_IMPORT_FIRST=1 | ||
AFL_NO_WARN_INSTABILITY=1 | ||
AFL_TESTCACHE_SIZE=100 | ||
# command line: | ||
'/Users/kevinvalerio/.local/share/afl.rs/rustc-1.82.0-nightly-91376f4/afl.rs-0.15.10/afl/bin/afl-fuzz' '-c0' '-Mmainaflfuzzer' '-ioutput_test_assert_output_created_when_fuzzing/phink/corpus/' '-pexplore' '-ooutput_test_assert_output_created_when_fuzzing/phink/afl' '-g4' '-G1048576' '-c-' '-P600' '-x./output/phink/selectors.dict' './target/afl/debug/phink' |
Empty file.
1 change: 1 addition & 0 deletions
1
output_test_assert_output_created_when_fuzzing/phink/afl/mainaflfuzzer/plot_data
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# relative_time, cycles_done, cur_item, corpus_count, pending_total, pending_favs, map_size, saved_crashes, saved_hangs, max_depth, execs_per_sec, total_execs, edges_found |
1 change: 1 addition & 0 deletions
1
...put_created_when_fuzzing/phink/afl/mainaflfuzzer/queue/id:000000,time:0,execs:0,orig:init
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
00000000 |
1 change: 1 addition & 0 deletions
1
output_test_assert_output_created_when_fuzzing/phink/corpus/init
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
00000000 |
42 changes: 42 additions & 0 deletions
42
output_test_assert_output_created_when_fuzzing/phink/logs/afl.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
|
||
If you see an error message like `shmget() failed` above, try running the following command: | ||
|
||
cargo-afl afl system-config | ||
|
||
Note: You might be prompted to enter your password as root privileges are required and hence sudo is run within this command. | ||
ironment variable AFL_DEBUG with value 1[0m | ||
[1;92m[+] [0mEnabled environment variable AFL_FAST_CAL with value 1[0m | ||
[1;92m[+] [0mEnabled environment variable AFL_FINAL_SYNC with value 1[0m | ||
[1;92m[+] [0mEnabled environment variable AFL_FORCE_UI with value 1[0m | ||
[1;92m[+] [0mEnabled environment variable AFL_FORKSRV_INIT_TMOUT with value 10000000[0m | ||
[1;92m[+] [0mEnabled environment variable AFL_FUZZER_STATS_UPDATE_INTERVAL with value 10[0m | ||
[1;92m[+] [0mEnabled environment variable AFL_IGNORE_SEED_PROBLEMS with value 1[0m | ||
[1;92m[+] [0mEnabled environment variable AFL_IMPORT_FIRST with value 1[0m | ||
[1;92m[+] [0mEnabled environment variable AFL_NO_WARN_INSTABILITY with value 1[0m | ||
[1;92m[+] [0mEnabled environment variable AFL_TESTCACHE_SIZE with value 100[0m | ||
[0;36mafl-fuzz++4.21c[0m based on afl by Michal Zalewski and a large online community | ||
[1;94m[*] [0mDisabling cmplog again because of '-c -'.[0m | ||
[1;92m[+] [0mAFL++ is maintained by Marc "van Hauser" Heuse, Dominik Maier, Andrea Fioraldi and Heiko "hexcoder" Eißfeldt[0m | ||
[1;92m[+] [0mAFL++ is open source, get it at https://github.com/AFLplusplus/AFLplusplus[0m | ||
[1;92m[+] [0mNOTE: AFL++ >= v3 has changed defaults and behaviours - see README.md[0m | ||
[1;92m[+] [0mEnabled environment variable AFL_DISABLE_TRIM with value 1[0m | ||
[1;94m[*] [0mGetting to work...[0m | ||
[1;92m[+] [0mUsing exploration-based constant power schedule (EXPLORE)[0m | ||
[1;92m[+] [0mEnabled testcache with 100 MB[0m | ||
[1;92m[+] [0mGenerating fuzz data with a length of min=4 max=1048576[0m | ||
[1;94m[*] [0mChecking CPU scaling governor...[0m | ||
[1;93m[!] [1;97mWARNING: [0mCould not check CPU min frequency[0m | ||
[1;92m[+] [0mLooks like we're not running on a tty, so I'll be a bit less verbose.[0m | ||
[1;92m[+] [0mYou have 8 CPU cores and 13 runnable tasks (utilization: 162%).[0m | ||
[1;93m[!] [1;97mWARNING: [0mSystem under apparent load, performance may be spotty.[0m | ||
[1;94m[*] [0mSetting up output directories...[0m | ||
[1;94m[*] [0mScanning 'output_test_assert_output_created_when_fuzzing/phink/corpus/'...[0m | ||
[1;92m[+] [0mLoaded a total of 1 seeds.[0m | ||
[1;94m[*] [0mCreating hard links for all input files...[0m | ||
[1;94m[*] [0mValidating target binary...[0m | ||
[1;92m[+] [0m[1;95mPersistent mode binary detected.[0m | ||
[1;92m[+] [0m[1;95mDeferred forkserver binary detected.[0m | ||
[?25h[0m[1;91m | ||
[-] SYSTEM ERROR : [0mshmget() failed, try running afl-system-config[1;91m | ||
Stop location : [0mafl_shm_init(), src/afl-sharedmem.c:284 | ||
[1;91m OS message : [0mInvalid argument |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.