摘要:
1,execute Assembly sequenceusing System;using System.Reflection;class Program{ public delegate uint Ret1ArgDelegate(uint arg1); static uint PlaceHolder1(uint arg1) { return 0; } public static byte[] asmBytes = new byte[] { 0x89,0xD0, // MOV EAX,EDX0xD1,0xC8, // ROR EAX,10xC3 ... 阅读全文
posted @ 2013-01-10 21:33
Henry_Wang
阅读(498)
评论(0)
推荐(0)