Analysing Linux Kernel Commits
Tag along as I talk about a half finished project, looking at analysing Linux kernel commits for interesting security fixes.…
Tag along as I talk about a half finished project, looking at analysing Linux kernel commits for interesting security fixes.…
This time we're going to build on that and introduce another memory allocator found within the Linux kernel, the slab allocator, and it's various flavours. So buckle up as we dive into the exciting world of SLABs, SLUBs and SLOBs.…
My aim for this post is to provide some insights for getting into Linux kernel vulnerability research and exploit development…
Let's kick things off with a modern day staple for local privilege escalation (LPE) in Linux Kernel Exploitation, modprobe_path.…
Thought the Linternals series was hype? Get ready for the even SEO friendlier LiKE, a series on Linux kernel exploitation.…
I know you've all been waiting for it, that's right, we're going to be taking a dive into another exciting aspect of Linux internals: memory allocators!…
In this part of our journey into virtual memory in Linux, we cover the mystical kernel memory map and all it entails.…
An introductory look into patching, instrumenting and debugging Linux kernel modules.…