Files
AFLplusplus/instrumentation
hexcoder d44b650cd4 typo
2021-03-09 22:14:34 +01:00
..
2021-01-08 13:01:46 +01:00
2021-02-07 07:51:29 +01:00
2020-09-05 12:11:48 +02:00
2020-11-30 21:54:18 +01:00
2021-03-09 18:44:42 +01:00
2020-09-05 12:11:48 +02:00
2021-03-05 14:58:37 +01:00
2020-09-08 14:55:19 +02:00
2021-01-04 18:11:51 +01:00
2020-09-05 12:11:48 +02:00
2021-03-09 22:14:34 +01:00
2020-09-05 12:11:48 +02:00
2021-02-11 21:08:10 +01:00
2020-09-05 12:11:48 +02:00
2021-02-20 19:24:28 -05:00
2020-09-05 12:11:48 +02:00
2020-09-05 12:11:48 +02:00
2021-03-09 21:59:31 +01:00
2020-09-05 12:11:48 +02:00

AFL++ snapshot feature

Snapshotting is a feature that makes a snapshot from a process and then restores its state, which is faster then forking it again.

All targets compiled with llvm_mode are automatically enabled for the snapshot feature.

To use the snapshot feature for fuzzing compile and load this kernel module: https://github.com/AFLplusplus/AFL-Snapshot-LKM

Note that is has little value for persistent (__AFL_LOOP) fuzzing.

Notes

Snapshot does not work with multithreaded targets yet. Still in WIP, it is now usable only for single threaded applications.