Explore >> Select a destination


You are here

github.com
| | prashamhtrivedi.in
3.9 parsecs away

Travel
| | Sharing code from Private libraries is a difficult task. In this post we will see how we can use BitBucket as Private Maven Repository.
| | www.basicinputoutput.com
3.2 parsecs away

Travel
| | A blog about UEFI BIOS C programming software development engineering computer science history
| | mandiant.github.io
4.3 parsecs away

Travel
| | [AI summary] capa is an open-source tool developed by the FLARE team to identify capabilities in executable files through static and dynamic analysis, supporting various reverse engineering platforms.
| | gebir.ge
19.9 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.