1
0

thesis: Add headings and first subsection

This commit is contained in:
2025-07-01 23:26:35 +02:00
parent 4869533a53
commit 6033a59bbf
10 changed files with 206 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ From the [ENVIRONMENT section in the Linux manual page ld.so(8)](https://www.man
* No need to re-link
* Works for *all* functions
* Works only on dynamically linked executables
* Intercepts all calls (including stack allocations etc.)
* Intercepts all calls (including calls inside libraries etc.)
Example (`preload.c`):
```c