Difference between revisions of "Code injection"
Jump to navigation
Jump to search
(Created page with 'Code injection is the act of injecting code and causing it to be executed. Either automatically(CreateThread) or jumping to there from the target process after modifying the code') |
|||
Line 1: | Line 1: | ||
Code injection is the act of injecting code and causing it to be executed. Either automatically(CreateThread) or jumping to there from the target process after modifying the code | Code injection is the act of injecting code and causing it to be executed. Either automatically(CreateThread) or jumping to there from the target process after modifying the code | ||
+ | |||
+ | There are multiple ways of injecting code into a target process. The most common ones are by DLL Injection, or by Assembler injection |
Revision as of 12:16, 2 August 2009
Code injection is the act of injecting code and causing it to be executed. Either automatically(CreateThread) or jumping to there from the target process after modifying the code
There are multiple ways of injecting code into a target process. The most common ones are by DLL Injection, or by Assembler injection