********mkdir-api-hookrise-of-linux-rootkit.hashnode.dev·Nov 13, 2024Understanding How mkdir API Hook Leads to LKM Rootkits in LinuxIntroduction Adrishya is a Linux kernel module that leverages advanced kernel hooking techniques, specifically using ftrace (the Linux kernel’s function tracer) to hook into the mkdir system call. The module is designed to block directory creation at...1 like·326 readsapi hooking
92_prajak senblogoverflow.hashnode.dev·Jul 17, 2023Unleashing the Power of Zero Copy Networking: Revolutionizing Data Transfer EfficiencyIntroduction: Zero-copy networking is a groundbreaking technique that is revolutionizing the way data is transmitted across networks. By eliminating unnecessary data copying between kernel and user space, zero-copy networking drastically reduces late...10 likes·913 readsKernel