kafl.fuzzer
kafl.fuzzer copied to clipboard
kAFL Fuzzer
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:  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.: ...
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...