Files
AFLplusplus/custom_mutators/radamsa
Dominik Maier 7470b475a9 Reworked maybe_grow to take a single ptr, renamed to afl_realloc (#505)
* maybe_grow takes a single ptr

* fixed use_deflate

* reworked maybe_grow_bufsize

* helper to access underlying buf

* remove redundant realloc_block

* code format

* fixes

* added unit tests

* renamed maybe_grow to afl_realloc

* BUF_PARAMS -> AFL_BUF_PARAM
2020-08-18 00:50:52 +02:00
..

custum mutator: libradamsa

Pretranslated radamsa library. This code belongs to the radamsa author.

Original repository: https://gitlab.com/akihe/radamsa

Source commit: 7b2cc2d0

The code here is adapted for AFL++ with minor changes respect the original version