Explore >> Select a destination


You are here

debugging.works
| | stoppels.ch
4.4 parsecs away

Travel
| |
| | blog.nuculabs.dev
5.8 parsecs away

Travel
| | I've recently finished reading a book called Practical Binary Analysis which I consider a state of the art book (review will come soon) and I would like to post my solution to the crackme found in chapter 5.
| | abstractexpr.com
2.7 parsecs away

Travel
| | Most programmers prefer to write code over debugging it. Unfortunately, code breaks a lot more often than we would like and it often breaks in situations that are hard to debug. Therefore, an essential skill as a programmer is to know how to debug your code (and that of others). When facing our first bug...
| | matklad.github.io
21.0 parsecs away

Travel
| I've learned a thing I wish I didn't know. As a revenge, I am going to write it down so that you, my dear reader, also learn about this. You probably want to skip this post unless you are interested and somewhat experienced in all of Rust, NixOS, and dynamic linking.