|
You are here |
takeonrules.com | ||
| | | | |
jonathan-frere.com
|
|
| | | | | I've come to accept that I'm just a sucker for shiny nerd things. I use Rust, despite never having had a professional reason to use it in my life. I switched to Linux in my student years and I've never looked back since, even though it constantly breaks and I can't get my Bluetooth headphones to connect. I have a split keyboard with home row mods set up because I read some random blog posts and it looked cool to me. I literally learned to program because I figured I should learn how to do more nerd stuff. | |
| | | | |
www.danielmoch.com
|
|
| | | | | ||
| | | | |
www.howardism.org
|
|
| | | | | As a professional software engineer, I'm stunned that put up with an editor that insists that you bind your fingers to someone else's accepted practice... | |
| | | | |
gebir.ge
|
|
| | | [AI summary] The article discusses two methods for modifying the behavior of the `strcmp` function in a program. The first method involves directly patching the binary to change the conditional jump instruction that determines the return value. The second method uses `LD_PRELOAD` to override the `strcmp` function with a custom implementation that inverts the return value of the original function. Both approaches aim to correct the program's incorrect handling of string comparison by reversing the logic of the return value. | ||