6438 Commits

Author SHA1 Message Date
Chris Ball
75a3af8a23 benchmark: update COMPARISON 2023-11-19 14:59:29 -08:00
Chris Ball
4d8df780ed benchmark: remove self-calculation of execs/sec 2023-11-19 14:59:26 -08:00
van Hauser
43b8812c5c
Update benchmark.py 2023-11-17 09:17:59 +00:00
van Hauser
885f949ac7
Fix benchmark.py 2023-11-16 14:59:44 +00:00
van Hauser
a289a3e454
Update benchmark.py 2023-11-15 08:24:22 +00:00
Chris Ball
afb9b8a961 benchmark: disallow duplicate entries for the same CPU in COMPARISON 2023-11-14 09:47:47 -08:00
Chris Ball
26045831a2 benchmark: use afl's execs/s; increase CPU model width 2023-11-12 11:52:55 -08:00
Chris Ball
df9f2c4205 benchmark: lower minimum Python version to 3.8 2023-11-12 08:17:18 -08:00
Chris Ball
8b79d9b4d5 benchmark: show the number of cores used in COMPARISON 2023-11-12 07:40:58 -08:00
Chris Ball
16993bba8f benchmark: Add support for COMPARISON file 2023-11-10 15:34:32 -08:00
Chris Ball
3bfd194d46 benchmark: notebook wording tweaks 2023-10-02 04:33:16 -07:00
Chris Ball
b9db6b1254 benchmark: add a README, lower default runs from 5 to 3 2023-10-02 04:11:43 -07:00
Chris Ball
49a1d81191 benchmark: cleanup, add results, add a data exploration notebook 2023-10-02 04:11:15 -07:00
Chris Ball
f8ca83ff4a Add start_time_of_run and total_execs_per_sec, cleanup for PR 2023-09-05 01:45:16 -07:00
Chris Ball
91938d2dfc Allow config of all experiment params, average across runs 2023-09-05 01:37:13 -07:00
Chris Ball
8e8acd0a04 Save the results to a json file 2023-09-05 01:37:13 -07:00
Chris Ball
0091afc761 Add support for multi-core benchmarking 2023-09-05 01:37:13 -07:00
Chris Ball
bcaa3cb591 Test standard and persistent modes separately 2023-09-05 01:37:13 -07:00
Chris Ball
9b0a35d843 Pure Python (3.6) port of benchmark.sh as benchmark.py, no other changes 2023-09-05 01:37:13 -07:00
vanhauser-thc
9307ef4b7c fix string transform laf 2023-09-04 09:11:47 +02:00
vanhauser-thc
3bae404733 code format 2023-09-03 11:25:03 +02:00
van Hauser
1c4ff36496
Merge pull request #1850 from devnexen/afl_untracer_haiku
afl untracer haiku build fix.
2023-09-02 14:05:56 +00:00
vanhauser-thc
dad56abc85 fix attempt for laf string compare transform 2023-09-02 15:48:29 +02:00
David Carlier
2c40fc4ae8 afl untracer haiku build fix. 2023-09-02 10:04:14 +00:00
vanhauser-thc
1604351368 changelog 2023-08-31 14:45:03 +02:00
vanhauser-thc
8f5c510be1 Merge branch 'dev' of ssh://github.com/AFLplusplus/AFLplusplus into dev 2023-08-31 14:42:16 +02:00
vanhauser-thc
88ca5c7563 nit 2023-08-31 14:42:08 +02:00
van Hauser
5020e6b275
Merge pull request #1826 from WorksButNotTested/arm64-fix
Don't corrupt instruction if map offset is too large
2023-08-30 20:37:12 +00:00
Your
e4b408932d Fix detection of DSO 2023-08-30 17:17:55 +01:00
Your Name
1fe27eb9cd Fix path to zlib 2023-08-30 17:17:55 +01:00
Your Name
d6e7740ad6 Don't corrupt instruction if map offset is too large 2023-08-30 17:17:55 +01:00
vanhauser-thc
c60431247e update docs 2023-08-29 16:38:31 +02:00
vanhauser-thc
51f2cef682 fix 2023-08-28 14:04:31 +02:00
vanhauser-thc
2b53b4af5c better afl startup detection in afl-whatsup 2023-08-28 13:58:55 +02:00
vanhauser-thc
4a7e35b29c add missing envs 2023-08-24 09:26:54 +02:00
vanhauser-thc
82c875ef8a fix 2023-08-23 18:06:44 +02:00
vanhauser-thc
549e5dd926 AFL_IGNORE_SEED_PROBLEMS 2023-08-23 18:02:33 +02:00
vanhauser-thc
d95cef8273 fix 2023-08-23 17:47:12 +02:00
vanhauser-thc
19d0c6a4c5 afl-whatsup startup detection 2023-08-23 17:35:24 +02:00
van Hauser
e2026f7b71
Merge pull request #1840 from smoelius/stable
update afl-system-config for macos
2023-08-22 17:28:22 +00:00
vanhauser-thc
959b753589 fix 2023-08-22 10:09:49 +02:00
vanhauser-thc
f41d121f07 afl-whatsup -m -n 2023-08-22 10:03:03 +02:00
vanhauser-thc
213298fe59 afl-whatsup add coverage output 2023-08-21 16:38:48 +02:00
Samuel E. Moelius III
71f9999f29 Adjust use of sudo 2023-08-19 11:19:07 -04:00
Samuel E. Moelius III
80f74934dd Don't hide errors 2023-08-19 08:43:47 -04:00
Samuel E. Moelius III
53c26d086b Loosen ReportCrash check 2023-08-19 08:17:23 -04:00
vanhauser-thc
8cf6a13eb7 add env var to help output 2023-08-17 11:47:12 +02:00
vanhauser-thc
c2c8e780a5 add benchmark 2023-08-16 10:50:07 +02:00
van Hauser
fd219177c7
Merge pull request #1837 from echel0nn/dev
added an example of ELF Header custom mutator
2023-08-14 08:17:05 +00:00
echel0nn
ca82b65d6c added README description & shortened pos defs 2023-08-13 21:59:00 +03:00