KKimj / PerformanceFuzzer

PerformanceFuzzer
https://pypi.org/project/PerformanceFuzzer/
GNU General Public License v3.0
2 stars 0 forks source link

[meeting] 2021-03-22 #11

Open KKimj opened 3 years ago

KKimj commented 3 years ago

min -> avg

min value can be affected by the background service.

o3 vs -04

Check gcc cache optimization

clock option

cpu clock speed set constant NOT to be variable

afl, mutation policy

reference afl's mutation logic

input coverage

So that it doesn't apply only to certain situations.

KKimj commented 3 years ago

https://wiki.gentoo.org/wiki/GCC_optimization/ko#-O

https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html

7가지 -O 레벨 -O0, -O1, -O2, -O3, -Os, -Og, -Ofast

KKimj commented 3 years ago

Mutation example https://www.fuzzingbook.org/html/MutationFuzzer.html

KKimj commented 3 years ago

clock option -> https://forum.odroid.com/viewtopic.php?t=35741