/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.yossarian.net
| | elmanto.github.io
2.6 parsecs away

Travel
| | [AI summary] This article introduces the basics of writing LLVM passes for security purposes, covering LLVM architecture, IR, and examples of security-related applications such as pointer analysis, address sanitization, and fuzzing.
| | ketansingh.me
3.3 parsecs away

Travel
| | A place for me to share my thoughts, experiences, and insights on technology relevant to enthusiasts and hackers like myself
| | benhoyt.com
4.0 parsecs away

Travel
| | Mugo is a single-pass compiler for a tiny subset of the Go programming language - just enough to compile itself.
| | github.com
19.1 parsecs away

Travel
| C++ implementation of a fast hash map and hash set using hopscotch hashing - Tessil/hopscotch-map