Code Injection without CreateRemoteThread - نسخه قابل چاپ +- Parsi Coders (http://parsicoders.com) +-- انجمن: Software Development Programming (http://parsicoders.com/forumdisplay.php?fid=37) +--- انجمن: Pascal/Delphi (http://parsicoders.com/forumdisplay.php?fid=45) +---- انجمن: Delphi (http://parsicoders.com/forumdisplay.php?fid=69) +---- موضوع: Code Injection without CreateRemoteThread (/showthread.php?tid=1112) |
Code Injection without CreateRemoteThread - Amin_Mansouri - 10-18-2011 This snippet uses GetThreadContext and SetThreadContext apis as a replacement for the often hooked CreateRemoteThread api. One disadvantage of this method is that the process should be suspended to safely perform the necessary process context operations. Snippets here show you how to suspend and resume a process: کد: program Inj; |