|
You are here |
github.com | ||
| | | | |
prashamhtrivedi.in
|
|
| | | | | 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
|
|
| | | | | A blog about UEFI BIOS C programming software development engineering computer science history | |
| | | | |
mandiant.github.io
|
|
| | | | | [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
|
|
| | | [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. | ||