c++ - How to execute an application that's injected in a process -


i want execute application (executable ending .exe extension ) injected in process on windows. how do that?

use createremotethread. win32 api starts thread in process.


Comments

Popular posts from this blog

sql server - NHibernate incorrectly creating ManyToMany table - Cannot define PRIMARY KEY constraint on nullable column error -

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -