开发者

difference between "Code Injection" and "Process Injection"?

开发者 https://www.devze.com 2023-01-06 06:35 出处:网络
what\'s di开发者_JAVA技巧fferencebetweenCode injection and process injectionCode injection is the introduction of executable information into the regular processing of a program, typical example is SQ

what's di开发者_JAVA技巧fference between Code injection and process injection


Code injection is the introduction of executable information into the regular processing of a program, typical example is SQL injection. Process injection is when the introduction of the extraneous executable is done at the process level, in memory where the process runs. The latter can also be done through the use of dll hooks.

0

精彩评论

暂无评论...
验证码 换一张
取 消