Explore >> Select a destination


You are here

jawher.me
| | github.com
11.6 parsecs away

Travel
| | For of Libby her neat lego sunflower follower thing - dirkx/esp32cam_experiments
| | blog.kellybrazil.com
4.8 parsecs away

Travel
| | Use jc with Nornir to parse the output of commands run on remote hosts.
| | wells.dev
2.0 parsecs away

Travel
| | It used to be possible to create Automator Actions. What happened?
| | gebir.ge
28.0 parsecs away

Travel
| [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.