1
0

thesis: Add second subsection

This commit is contained in:
2025-07-02 15:22:37 +02:00
parent 6033a59bbf
commit d1d9f601c9
2 changed files with 82 additions and 35 deletions

View File

@@ -70,7 +70,7 @@ From the [OPTIONS section in the Linux manual page gcc(1)](https://www.man7.org/
> For example, `-Wl,-Map,output.map` passes `-Map output.map` to the linker.
> When using the GNU linker, you can also get the same effect with `-Wl,-Map=output.map`.
* Need to re-link(/-comiple)
* Need to re-link(/-compile)
* Relatively simple code:
* Function name: `__wrap_<symbol>`
* Call to real function inside wrapper: `__real_<symbol>`