kAFL
kAFL copied to clipboard
A fuzzer for full VM kernel/driver targets
Hi, i'm sangjun who is very interested in this project. When i'm following [kAFL windows tutorial](https://intellabs.github.io/kAFL/tutorials/windows/windows_template.html), i found some problem. ## libvirt issue 1. I think you should change your...
Hi, I'm currently using kAFL 0.7 When the Sleep() function includes the harness, the ntoskrnl crashes. The reason for this is that if I run a harness without Sleep() function,...
Greetings! I reach some troubles with redqueen feature: it doesn't handle `strcmp()` calls on linux userspace target. Launch command: ```shell kafl fuzz \ --kernel /boot/vmlinuz-$(uname -r) \ --initrd forkserver.cpio.gz \...
Hello, I'm sangjun who is very interested in this project. However, I want to know how to fix some error in Manager & Workers Communication. I want to make died...
The fuzzer is working and reports coverage and finds the bug from the windows kernel example. When I perform `fuzz cov` I receive the following error coming from [[here]](https://github.com/nyx-fuzz/libxdc/blob/master/src/decoder.c#L930) My...
The `ghidra` [tag](https://github.com/IntelLabs/kAFL/blob/master/deploy/intellabs/kafl/roles/fuzzer/meta/main.yml#L13C15-L13C15) isn't documented in the [deployment](https://intellabs.github.io/kAFL/reference/deployment.html#ansible-tags) reference.
raised by @hyjun0407 in https://github.com/IntelLabs/kAFL/issues/224#issuecomment-1712412473 The Lock hypercall is difficult to use since it's main use case are applicable when the desired VM state is very hard to automate (GUI...
For example,here are four crash logs: `ls logs/crash_*` ` logs/crash_42b50f.log logs/crash_a5870a.log logs/crash_5acc73.log logs/crash_fa0e83.log ` And here are four payloads: `ls corpus/crash/` ` payload_00208 payload_00244 payload_00254 payload_00262 ` Can I directly...
Raised by https://github.com/IntelLabs/kAFL/issues/227
Hello I am really lover of kAFL however, I want trace multiple device driver with ip0 ip1 ip2 ip3... How can I set this multiple IP Filtering value? I need...