|
You are here |
cardaci.xyz | ||
| | | | |
healeycodes.com
|
|
| | | | | Using ptrace to intercept and modify a process's getrandom syscall. | |
| | | | |
blog.nelhage.com
|
|
| | | | | CVE-2007-4573 is two years old at this point, but it remains one of my favorite vulnerabilities. It was a local privilege-escalation vulnerability on all x86_64 kernels prior to v2.6.22.7. It's very simple to understand with a little bit of background, and the exploit is super-simple, but it's still more interesting than Yet Another NULL Pointer Dereference. Plus, it was the first kernel bug I wrote an exploit for, which was fun. | |
| | | | |
intrigus.org
|
|
| | | | | How to reverse engineer a Mach-O binary from BraekerCTF 2024 that breaks all tools. | |
| | | | |
atilaoncode.blog
|
|
| | | I read two C++ subreddit threads today on using the auto keyword. They're both questions: the first one asks why certain people seem to dislike using type inference, while the second asks about what commonly taught guidelines should be considered bad practice. A few replies there mention auto. This confuses me for more than one... | ||