|
You are here |
www.productive-cpp.com | ||
| | | | |
www.sysadmit.com
|
|
| | | | | Linux: como saber si es 32 o 64 bits | |
| | | | |
bijanebrahimi.github.io
|
|
| | | | | [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
|
|
| | | | | ||
| | | | |
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. | ||