Instructions for getting kernel log, building custom kernel, and enabling KGDB on Pixel 8| Andrey Konovalov
A gentle introduction to Linux Kernel fuzzing| idea.popcount.org
Following up on my first blog post, I’ve received a few requests to write about setting up a debugging environment; however, since everybody uses different emulators and so on, I’ll mainly focus on which config options are useful!| pwning.systems
Guest blog post, posted by Andrey Konovalov Introduction Lately I’ve been spending some time fuzzing network-related Linux kernel int...| googleprojectzero.blogspot.com
2020 год. Повсюду карантин. И эта статья тоже про карантин, но он другого рода. Я расскажу об экспериментах с карантином для динамической памяти ядра Linux.| Alexander Popov
Using syzkaller to fuzz the Linux kernel network stack externally| Andrey Konovalov
AddressSanitizer (ASan) is an instrumentation tool created by Google security researchers to identify memory access problems in C and C++ programs.| sergioprado.blog
It's 2020. Quarantines are everywhere – and here I'm writing about one, too. But this quarantine is of a different kind. In this article I'll describe the Linux Kernel Heap Quarantine that I developed for mitigating kernel use-after-free exploitation.| Alexander Popov