Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AFLplusplus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ulf Kargén
AFLplusplus
Commits
758bc770
Unverified
Commit
758bc770
authored
4 years ago
by
hexcoder
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
typos
parent
caf28204
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frida_mode/README.md
+3
-3
3 additions, 3 deletions
frida_mode/README.md
with
3 additions
and
3 deletions
frida_mode/README.md
+
3
−
3
View file @
758bc770
...
...
@@ -68,7 +68,7 @@ following options are currently supported.
Additionally, the intention is to be able to make a direct performance
comparison between the two approaches. Accordingly, FRIDA mode includes various
test
s
target based on the
[
libpng
](
https://libpng.sourceforge.io/
)
benchmark used by
test target
s
based on the
[
libpng
](
https://libpng.sourceforge.io/
)
benchmark used by
[
fuzzbench
](
https://google.github.io/fuzzbench/
)
and integrated with the
[
StandaloneFuzzTargetMain
](
https://raw.githubusercontent.com/llvm/llvm-project/main/compiler-rt/lib/fuzzer/standalone/StandaloneFuzzTargetMain.c
)
from the llvm project. These tests include basic fork-server support, persistent mode
...
...
@@ -112,9 +112,9 @@ to push and pop the full register context. Note that since this instrumentation
is used on every basic block to generate coverage, it has a large impact on
performance.
C
o
mpLog support also adds code to the assembly, however, at present this code
CmpLog support also adds code to the assembly, however, at present this code
makes use of a basic C function and is yet to be optimized. Since not all
instances run C
o
mpLog mode and instrumentation of the binary is less frequent
instances run CmpLog mode and instrumentation of the binary is less frequent
(only on CMP, SUB and CALL instructions) performance is not quite so critical.
# Advanced configuration options
...
...
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