KernelGPT
KernelGPT copied to clipboard
KernelGPT: Enhanced Kernel Fuzzing via Large Language Models
Hello, I am trying to set up and run KernelGPT. But when following the README, I encountered two issues. ```bash # My envs: ubuntu 22.04 in docker clang-14.0.0 with libclang-dev...
sudo apt-get install libclang-14-dev Installing this version before compiling "analyze".
At this step: ``` ./analyze -p /path/to/linux/compile_commands.json ``` I got the following output which says'Compile command not found' :  and the next step will get the following error: ...
hello,I tested the kernel using the specs you generated, but I couldn't reproduce the crashes of the vulnerabilities mentioned in your paper. Why is that?
Hello, when I runing the system calls generated by KernelGPT, I found that many of them were disabled. I analyzed the reason for this to be due to the lack...