kafl.fuzzer icon indicating copy to clipboard operation
kafl.fuzzer copied to clipboard

kAFL Fuzzer

Results 10 kafl.fuzzer issues
Sort by recently updated
recently updated
newest added

Lift the limitation that payload size must be page-size aligned

Hello I am beginner of kAFL. I want to see RIP of qemu of fuzzing VM is there way to see RIP in runtime.

Generate `kalf_fuzzer` package documentation with Sphinx apidoc: https://www.sphinx-doc.org/en/master/man/sphinx-apidoc.html https://pypi.org/project/sphinxcontrib-apidoc/

The default configuration kafl.fuzzer configuration file specify a `qemu_append` option. https://github.com/IntelLabs/kafl.fuzzer/blob/master/kafl_fuzzer/common/config/default_settings.yaml#L27 This is only useful when fuzzing a kernel specified with `--kernel`. This setting is target specific and should be...

Running some unsuspecting command from invalid $PWD is now broken: ![image](https://user-images.githubusercontent.com/65614239/208118149-2ddc3a83-6bf7-4d65-9296-a7767e6a5872.png) Dynaconf should probably handle this. But even if it does, I think this sourcing of a `.env` seems like...

This setting is specific for kernel fuzzing, and should only be present in https://github.com/IntelLabs/kafl.targets/blob/master/linux-kernel/kafl_config.yaml Raised by @miki-intel-work

The new merged entry via setup.py entrypoint causes ~100msec extra startup time and spams the console when aborting Ctrl-C. This is most visible when investigating files with `mcat`, e.g.: ![image](https://user-images.githubusercontent.com/65614239/208094220-abc191ef-9fbb-4d48-9b31-13240a99cc6a.png)...

When fuzzing with `-trace`, we already collect binary PT dumps in traces/. It is much faster than old `--trace-cb` mode and also helps to analyze non-deterministic targets. `kafl_cov.py` recognizes these...

# Issue `kafl.fuzzer` has no CI/CD mechanism in place, and the code currently merged into master has not garantee or code quality enforcements whatsoever. # Proposal Deploy a CI to...

Making an attempt to fix: ~~~python #kafl fuzz --purge --seed-dir seeds --dict seeds/my.dict --grimoire --redqueen -p 8 -t 5 -m 4096 -w /tmp/kaf ... Traceback (most recent call last): File...