Explore >> Select a destination


You are here

ketansingh.me
| | benhoyt.com
2.2 parsecs away

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

Travel
| | My Question Was Answered In the previous post I asked a question, and got an answer! My question was: "From what i've seen, linux executables are loaded into memory at 0x400000 (if someone knows why this is, please tell me!)"
| | elmanto.github.io
2.3 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.
| | tyrrrz.me
17.9 parsecs away

Travel
| A while ago I had to implement proper markdown parsing in DiscordChatExporter so that I could replace the brittle regular expressions I had been using. I had no idea how to approach this problem, so I spent days researching into this, eventually learning...