Click here to Skip to main content
15,887,897 members
Articles / Desktop Programming / Win32

Remote Threads Basics - Part 2

Rate me:
Please Sign up or sign in to vote.
5.00/5 (4 votes)
28 Jun 2010CPOL6 min read 29.1K   9  
This article is the second part of my series about remote threads. In this part, I describe how you can create permanently executing thread with any of your code inside address space of another process.

Views

Daily Counts

License

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


Written By
Russian Federation Russian Federation
My name is Alexey.

I am PhD student at MIPT in the area of Computer Vision. In 2009, I am obtained MS degree in the area of Data Mining and Machine Learning. Besides my scientific interests, I am fond of creating complicated software and solve difficult technical problems.

I am experienced C# developed. Also I have skills in Matlab, C++, Assembler and some other programming languages.

Comments and Discussions