Fflysand7inflysand7.hashnode.dev·Jan 2, 2024 · 8 min readWriting x86 disassembler: start simpleBefore anything I'd like to point out that I used AI to rewrite paragraphs of the text. I'm somewhat bad with words, so getting AI assistance to make an article that's easier to read was nice. As part of a bigger project (a graphical Linux debugger),...00
Fflysand7inflysand7.hashnode.dev·Nov 22, 2023 · 7 min readWriting an OS kernel in OdinSetting up to writing an OS kernel is always somewhat tough comparing to writing user-space applications, mostly because the compilers and standard libraries make a few assumptions about the execution environment that aren't necessary true in the spa...00
Fflysand7inflysand7.hashnode.dev·Nov 22, 2023 · 7 min readHow security cookie worksBuffer overrun is a type of vulnerability, where a function that has a statically allocated buffer (array) writes user data past the end of that buffer, thereby corrupting the memory. In this post I want to write about how security cookies are implem...00