Excellent blog posts by @sam4k1 introducing Linux kernel memory management: buddy (page) allocator and slab (SLUB) allocator
https://t.co/6HBCsZMKpZ
https://t.co/3dsuHOMoJw
#Linux#kernel#cybersecurity#0xor0ne
If you are a beginner and interested in malware analysis, this is an excellent introduction series by @IntezerLabs
Part 1: https://t.co/tBYUcvO57g
Part 2: https://t.co/dbs4yVr2L5
#malware#infosec
Four part series for learning the ELF file format internals
Credits @IntezerLabs
Part 1: https://t.co/KNFUXdWnnc
Part 2: https://t.co/ZQMrfmelT8
Part 3: https://t.co/QqZaOn9bZ6
Part 4: https://t.co/liIW0CnqGa
#Linux#elf#infosec
Great tutorial by Nicolas Fabretti on Linux kernel exploitation using CVE-2017-11176 as example
Part 1: https://t.co/9dvQOGgpeG
Part 2: https://t.co/JsvFkbr9iQ
Part 3: https://t.co/PANcb1P6In
Part 4: https://t.co/2qEPjbier7
#Linux#kernel#exploit
Interesting reading on UNIX pipes as exploitation primitive/techniques in iOS kernel
Credits Chris Williams (@CorelliumHQ)
https://t.co/nwEUGDjxNa
#infosec#ios
Internals of compilers, linkers, JITs and assemblers with focus on software security hardening)
Low-Level Software Security for Compiler Developers:
https://t.co/7tIZD6zFwP
#infosec#compilers#cybersecurity
Huawei SD-Update exploitation enabling arbitrary code execution in recovery mode (unauthentic firmware updates, firmware downgrades to a known vulnerable version or other system modifications)
Writeup by @TaszkSecLabs
https://t.co/cdLVpveJfX
#huawei#cybersecurity
Excellent introduction to Linux kernel exploitation by @k3170Makan
Debugging with QEMU: https://t.co/MFkoXhjCXP
Stack Overflows: https://t.co/E6meVjl5ub
RIP control: https://t.co/mIdgQs4F0f
#cybersecurity#Linux