Explore >> Select a destination


You are here

cardaci.xyz
| | healeycodes.com
3.7 parsecs away

Travel
| | Using ptrace to intercept and modify a process's getrandom syscall.
| | blog.nelhage.com
3.1 parsecs away

Travel
| | 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
4.6 parsecs away

Travel
| | How to reverse engineer a Mach-O binary from BraekerCTF 2024 that breaks all tools.
| | atilaoncode.blog
29.6 parsecs away

Travel
| 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...