Explore >> Select a destination


You are here

www.productive-cpp.com
| | www.sysadmit.com
3.7 parsecs away

Travel
| | Linux: como saber si es 32 o 64 bits
| | bijanebrahimi.github.io
3.4 parsecs away

Travel
| | [AI summary] This article explains how to set up a cross-compiler for FreeBSD on a Linux machine, detailing the necessary steps to configure and build the toolchain, including dependencies like binutils, GMP, MPFR, and MPC.
| | stoppels.ch
2.7 parsecs away

Travel
| |
| | gebir.ge
25.2 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.