vanhauser-thc
b282ce999d
post_process after trim
2024-05-13 13:42:58 +02:00
Xeonacid
f75778adfb
docs(custom_mutators): fix missing ':' ( #1953 )
2024-01-11 08:42:51 +01:00
Xeonacid
c3197dfeb7
Use ../ instead
2023-12-25 18:30:46 +08:00
Xeonacid
a9e6998b82
Fix custom_send link
...
Add a leading '/' to walk in the repo root instead of current dir.
2023-12-25 13:50:32 +08:00
Manuel Carrasco
6f8696c314
Fix possible doc inconsistency for custom mutator's queue_get function.
2023-11-09 13:46:41 +00:00
vanhauser-thc
e71d422b3c
enhance custom mutator docs
2023-06-08 08:42:23 +02:00
vanhauser-thc
70da0c2e40
better tritondse support
2023-05-10 16:09:18 +02:00
vanhauser-thc
f756734ad2
fix attempt at post_process implementation
2023-04-13 12:07:27 +02:00
vanhauser-thc
eeca3a0b29
lots of fixes
2023-01-19 11:52:19 +01:00
vanhauser-thc
14d8eb9e40
autotoken: splicing; splice_optout
2023-01-18 22:17:14 +01:00
vanhauser-thc
4a7cd53f64
custom_send example
2022-11-14 21:26:17 +01:00
vanhauser-thc
c5f8869778
afl_custom_fuzz_send added
2022-11-11 10:46:45 +01:00
vanhauser-thc
c058ce37bb
remove python2 reference
2022-11-01 14:05:31 +01:00
Dominik Maier
0f72a7473f
Fix docs for fuzz_count in python
2022-09-27 13:45:39 +00:00
vanhauser-thc
0373628adf
fix custom mutator examples
2022-07-19 17:28:57 +02:00
vanhauser-thc
ca4a8c0f92
post_process 0/NULL return support
2022-07-19 12:24:03 +02:00
llzmb
bb506de0b8
Fix various missed issues - 1st run
2021-12-05 19:40:56 +01:00
llzmb
3506077fd6
Add missing blank lines and remove double blank lines
2021-12-04 22:28:05 +01:00
llzmb
ae59ed8e9e
Fix typos - 2nd run
2021-12-04 20:59:39 +01:00
llzmb
bcd81c377d
Fix line length and formatting
2021-12-04 20:38:00 +01:00
llzmb
65c3db8625
Fix punctuation in connection with "e.g."
2021-12-02 21:11:01 +01:00
llzmb
a7694e299a
Fix punctuation in connection with "however"
2021-12-02 21:08:26 +01:00
llzmb
c85e0dc4f0
Remove the word "we"
2021-12-02 21:08:26 +01:00
llzmb
fcbaddfd2b
Fix spelling of words related to "build"
2021-12-02 21:08:16 +01:00
llzmb
b7395fa467
Change "AFL" to "AFL++"
2021-12-02 19:52:10 +01:00
llzmb
0ae9b0dff4
Remove the word "please"
2021-12-02 17:01:45 +01:00
llzmb
c31f4646cb
Clean up docs folder
2021-11-21 21:11:52 +01:00
llzmb
df74625df0
Change afl to AFL in *.md ( #1057 )
...
Changes in *.md files:
- afl++ > AFL++ (acronym)
- afl > AFL (compare https://github.com/google/AFL )
Excluded from changes:
- source code
- function names
- paths (folder and file names)
- URLs
2021-08-08 01:29:32 +02:00
van Hauser
fff8c49f7c
Merge pull request #1034 from AFLplusplus/grammatron
...
Grammatron
2021-07-20 08:57:37 +02:00
vanhauser-thc
37fff16a36
update custom trim
2021-07-11 17:26:39 +02:00
vanhauser-thc
5bcbb2f59a
port custom mutator changes
2021-07-09 12:42:17 +02:00
vanhauser-thc
5f6ff95e6a
fix docs
2021-06-01 10:53:02 +02:00
vanhauser-thc
3b93729213
tweaks
2021-05-25 22:04:25 +02:00
Dominik Maier
a3f8fc5d1c
moved custom_mutator examples
2021-04-26 16:03:08 +02:00
Yong-Hao Zou
2c5844f665
Update custom_mutators.md
2021-03-26 15:41:19 +08:00
julihoh
a5da9ce42c
custom mutator rust support ( #752 )
...
* custom mutator rust support
* clarify how to view documentation for rust mutators
* remove `FuzzResult` hack and clarify lifetimes of CustomMutator::fuzz
* rename TErr associated tyep to Error to be more idiomatic
* fix warnings
* add example for fallible custom mutator
* make Fallible Custom Mutator the default and implement it's handle_err method by default
* rename CustomMutator::handle_err to handle_error
* add example mutator using lain
2021-02-27 15:05:13 +01:00
hexcoder-
cf0c49dec5
typos/wording
2020-12-08 17:46:29 +01:00
Dominik Maier
1f34b9f8e1
added python mutator, documentation
2020-12-04 14:26:48 +01:00
vanhauser-thc
c05e4efbe9
renamed examples/ to utils/
2020-12-01 14:40:30 +01:00
Dustin Spicuzza
cd0a25be5e
Use buffer protocol to retrieve result from python post_process ( #605 )
...
Saves an extra copy, gives post processing functions more flexibility
2020-11-18 20:29:17 +01:00
van Hauser
8e1047f5ef
support custom mutator introspection
2020-11-10 14:08:21 +01:00
van Hauser
c20ba2c2c5
fix custom mutator doc
2020-10-13 15:51:58 +02:00
van Hauser
6c980e2a02
rewrite documentation
2020-08-31 12:56:14 +02:00
van Hauser
c7f0d30668
added afl_custom_fuzz_count
2020-08-24 17:32:41 +02:00
h1994st
67d7c364f6
Fix typo
2020-07-16 21:59:50 -04:00
Dominik Maier
97bddc8cfa
added critical whitespace
2020-05-15 01:52:56 +02:00
rish9101
9627458ecc
Add post library API as custom mutator and rename pre_save
2020-05-13 18:59:12 +05:30
van Hauser
72f4a9f678
missing env var
2020-05-12 19:40:04 +02:00
van Hauser
060f4ea320
enforce mandatary custom functions
2020-05-12 17:05:12 +02:00
rish9101
7b9ac9d414
Specify usage of multiple custom mutators
2020-05-10 12:21:19 +05:30