mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 04:18:06 +00:00
moar doc
This commit is contained in:
@ -1,4 +1,19 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
#
|
||||||
|
# american fuzzy lop++ - custom code formatter
|
||||||
|
# --------------------------------------------
|
||||||
|
#
|
||||||
|
# Written and maintaned by Andrea Fioraldi <andreafioraldi@gmail.com>
|
||||||
|
#
|
||||||
|
# Copyright 2015, 2016, 2017 Google Inc. All rights reserved.
|
||||||
|
# Copyright 2019 AFLplusplus Project. All rights reserved.
|
||||||
|
#
|
||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at:
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
|
||||||
import subprocess
|
import subprocess
|
||||||
import sys
|
import sys
|
||||||
|
@ -101,7 +101,7 @@ AFL_COMPCOV_LEVEL=1 is to instrument comparisons with only immediate
|
|||||||
values / read-only memory. AFL_COMPCOV_LEVEL=2 instruments all
|
values / read-only memory. AFL_COMPCOV_LEVEL=2 instruments all
|
||||||
comparison instructions and memory comparison functions when libcompcov
|
comparison instructions and memory comparison functions when libcompcov
|
||||||
is preloaded. Comparison instructions are currently instrumented only
|
is preloaded. Comparison instructions are currently instrumented only
|
||||||
on the x86 and x86_64 targets.
|
on the x86, x86_64 and ARM targets.
|
||||||
|
|
||||||
Highly recommended.
|
Highly recommended.
|
||||||
|
|
||||||
|
@ -99,7 +99,7 @@ The options that enables Unicorn CompareCoverage are the same used for QEMU.
|
|||||||
AFL_COMPCOV_LEVEL=1 is to instrument comparisons with only immediate
|
AFL_COMPCOV_LEVEL=1 is to instrument comparisons with only immediate
|
||||||
values. QEMU_COMPCOV_LEVEL=2 instruments all
|
values. QEMU_COMPCOV_LEVEL=2 instruments all
|
||||||
comparison instructions. Comparison instructions are currently instrumented only
|
comparison instructions. Comparison instructions are currently instrumented only
|
||||||
on the x86 and x86_64 targets.
|
for the x86, x86_64 and ARM targets.
|
||||||
|
|
||||||
## 4) Gotchas, feedback, bugs
|
## 4) Gotchas, feedback, bugs
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user