From 902387ef8664ab94ed90e38a5cbef85d5a6e96f9 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 31 Aug 2016 17:02:16 +0200 Subject: Typo fix --- articles/2016-02-21_notes_on_function_interposition_in_cpp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'articles') 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 8a0bd12..27fb967 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 @@ -1,6 +1,6 @@ # Notes on function interposition in C++ -To counterbalance the fastly increased amount of time I am spending on purely theoretical topics since I started studying mathematics, my most recent leisure time project was to familiarize myself with function interposition in C++ on Linux. This article will document some of the ins and outs of using this technique in an actual project in addition to describing how the acquisition of the interposed function's pointer may be reasonably abstracted by a function template. +To counterbalance the vastly increased amount of time I am spending on purely theoretical topics since I started studying mathematics, my most recent leisure time project was to familiarize myself with function interposition in C++ on Linux. This article will document some of the ins and outs of using this technique in an actual project in addition to describing how the acquisition of the interposed function's pointer may be reasonably abstracted by a function template. ## Basics -- cgit v1.2.3