In-Memory Patching (ARM64)
Modifying a program’s instructions directly in RAM while it is running, without altering the executable file on disk. A deep dive into GDB usage and assembly manipulation.
Read Article
Documenting my exploration & learning in Systems & HPC.
Modifying a program’s instructions directly in RAM while it is running, without altering the executable file on disk. A deep dive into GDB usage and assembly manipulation.
Building a robust C library from scratch. Detailed documentation on custom string processing, memory management utilities, and data structures for system programming.