aboutsummaryrefslogtreecommitdiff
path: root/articles/2016-02-21_notes_on_function_interposition_in_cpp.md
diff options
context:
space:
mode:
authorAdrian Kummerlaender2017-02-12 15:14:05 +0100
committerAdrian Kummerlaender2017-02-12 15:14:05 +0100
commitdba73e412dd837db09028ad1bdb2ddb5f199f1b9 (patch)
treef305c366d216e616477b8dadb8f384b823c2bedd /articles/2016-02-21_notes_on_function_interposition_in_cpp.md
parentba67ed08aba047795c0dd653de718d5333fd7a5d (diff)
downloadblog_content-dba73e412dd837db09028ad1bdb2ddb5f199f1b9.tar
blog_content-dba73e412dd837db09028ad1bdb2ddb5f199f1b9.tar.gz
blog_content-dba73e412dd837db09028ad1bdb2ddb5f199f1b9.tar.bz2
blog_content-dba73e412dd837db09028ad1bdb2ddb5f199f1b9.tar.lz
blog_content-dba73e412dd837db09028ad1bdb2ddb5f199f1b9.tar.xz
blog_content-dba73e412dd837db09028ad1bdb2ddb5f199f1b9.tar.zst
blog_content-dba73e412dd837db09028ad1bdb2ddb5f199f1b9.zip
Remove page, category functionality as it is now provided by `tree.kummerlaender.eu`
Diffstat (limited to 'articles/2016-02-21_notes_on_function_interposition_in_cpp.md')
-rw-r--r--articles/2016-02-21_notes_on_function_interposition_in_cpp.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/articles/2016-02-21_notes_on_function_interposition_in_cpp.md b/articles/2016-02-21_notes_on_function_interposition_in_cpp.md
index 123af85..7e8e040 100644
--- a/articles/2016-02-21_notes_on_function_interposition_in_cpp.md
+++ b/articles/2016-02-21_notes_on_function_interposition_in_cpp.md
@@ -149,6 +149,6 @@ One should however expect to dive deeper into C library internals and debug lowe
For a real world example of how function interposition using `LD_PRELOAD` and C++ may be used to build a small but hopefully useful application feel free to check out [_change_] on [Github] or [cgit].
-[_change_]: /page/change/
+[_change_]: https://tree.kummerlaender.eu/projects/change/
[Github]: https://github.com/KnairdA/change/
[cgit]: https://code.kummerlaender.eu/change/