一.创建动态链接库dll文件 新建 -> 项目->类库 名称为:dlltest 添加函数:消息框弹出消息 using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace dlltest { public class Class1 { public void ShowMessage(…
Contents Introduction Back To Fundamentals Load The CLR Fundamentals Advanced DLL Injection Fundamentals Advanced Putting It All Together Running The Code Closing Notes Introduction .Net is a powerful language for developing software quickly and reli…