|
You are here |
hubris.oxide.computer | ||
| | | | |
asahilinux.org
|
|
| | | | | [AI summary] This article details the extensive work and challenges faced in bringing Linux to the Apple M1 chip, covering hardware reverse engineering, driver development, and system integration. It highlights the integration of various hardware components, including UART, I²C, and framebuffer support, as well as the community efforts and future roadmap for Asahi Linux. | |
| | | | |
gamozolabs.github.io
|
|
| | | | | I blog about random things security, everything is broken, nothing scales, shared memory models are flawed. | |
| | | | |
joeduffyblog.com
|
|
| | | | | Joe Duffy's Blog | Adventures in the high-tech underbelly | |
| | | | |
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. | ||