Click here to Skip to main content
15,892,161 members
Articles / Programming Languages / C

Taking advantage of Windows Hot Patching mechanism

Rate me:
Please Sign up or sign in to vote.
4.93/5 (19 votes)
1 Apr 2014CPOL14 min read 34.7K   828   35  
Here I will show how to emulate Windows Hot Patching and how to use this mechanism to redirect the execution of a custom procedure, in a temporary or permanent way.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Italy Italy
I'm a Software Engineer with deep and extended knowledge in Computer Networks and low level environments as kernels and drivers. My core competencies are C/C++ and Assembly programming languages, in both user- and kernel-space, together with an problem-solving oriented mindset and huge imagination to develop alternative approach to deal with them.

Comments and Discussions