KernelGPT icon indicating copy to clipboard operation
KernelGPT copied to clipboard

KernelGPT: Enhanced Kernel Fuzzing via Large Language Models

Results 5 KernelGPT issues
Sort by recently updated
recently updated
newest added

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' : ![image](https://github.com/user-attachments/assets/73d2a96f-bcfc-40b6-a12e-b05f108862c3) and the next step will get the following error: ![image](https://github.com/user-attachments/assets/03bd55bd-6940-4e25-a88b-6bd864283b2e)...

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...