Click here to Skip to main content
15,868,141 members
Everything / Intercepting

Intercepting

intercepting

Great Reads

by Alexander Eremeev
The Windows kernel-hacking library and development framework written on C++17
by João Matos Silva
A near real world example of usage of the Interceptor Pattern to leverage new behavior without changing implementations
by wmjordan
This is an alternative for "Interceptor in the Wild". The Function Decorator Pattern offers a way to inject new behaviors into existing methods without using IoC frameworks nor modifying method implementations.

Latest Articles

by Alexander Eremeev
The Windows kernel-hacking library and development framework written on C++17
by wmjordan
This is an alternative for "Interceptor in the Wild". The Function Decorator Pattern offers a way to inject new behaviors into existing methods without using IoC frameworks nor modifying method implementations.
by João Matos Silva
A near real world example of usage of the Interceptor Pattern to leverage new behavior without changing implementations

All Articles

Sort by Updated

Intercepting 

1 Nov 2018 by Alexander Eremeev
The Windows kernel-hacking library and development framework written on C++17
15 Jun 2016 by wmjordan
This is an alternative for "Interceptor in the Wild". The Function Decorator Pattern offers a way to inject new behaviors into existing methods without using IoC frameworks nor modifying method implementations.
9 Apr 2015 by João Matos Silva
A near real world example of usage of the Interceptor Pattern to leverage new behavior without changing implementations