程序注入技术研究

程序注入在计算机病毒,计算机程序调试以及分布式环境中的程序调试中广泛应用。

常见的方式有共享库链接,编译时注入和动态注入等。本文介绍并列举了一些注入技术

研究一: 《Autonomous Analysis of Interactive Systems with Self-Propelled Instrumentation》

研究二:《Force a Process to Load a Library》,链接 https://www.codeproject.com/articles/4610/three-ways-to-inject-your-code-into-another-proces 

你可能感兴趣的:(程序注入技术研究)