Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / intercepting

Intercepting

intercepting

Great Reads

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
by Alexander Eremeev
The Windows kernel-hacking library and development framework written on C++17

Latest Articles

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
by Alexander Eremeev
The Windows kernel-hacking library and development framework written on C++17

All Articles