<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Fuzzing on bitfriends' blog</title><link>https://b17fr13nds.github.io/tags/fuzzing/</link><description>Recent content in Fuzzing on bitfriends' blog</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sat, 07 Sep 2024 18:11:00 +0200</lastBuildDate><atom:link href="https://b17fr13nds.github.io/tags/fuzzing/index.xml" rel="self" type="application/rss+xml"/><item><title>My own kernel fuzzer - lxfuzz</title><link>https://b17fr13nds.github.io/posts/kernel_fuzzer_lxfuzz/</link><pubDate>Sat, 07 Sep 2024 18:11:00 +0200</pubDate><guid>https://b17fr13nds.github.io/posts/kernel_fuzzer_lxfuzz/</guid><description>&lt;p&gt;My long-term project is writing a kernel fuzzer named lxfuzz. It is a coverage-guided fuzzer for the linux kernel. I chose that project for some reasons:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;To learn about fuzzing, its mechanisms etc. in general&lt;/li&gt;
&lt;li&gt;To learn more about the linux kernel, especially&lt;/li&gt;
&lt;li&gt;To improve my C++ skills :) (the language used for lxfuzz)&lt;/li&gt;
&lt;li&gt;Profit (finding CVEs)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Under the hood it&amp;rsquo;s using qemu to run the kernel and KCOV for coverage collection.
The project is still work-in-progress and developed gradually.
Current features are:&lt;/p&gt;</description></item></channel></rss>