01 2013 档案

摘要: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 阅读(505) 评论(0) 推荐(0)

摘要://To get that info you must use theASSOCIATORS OFWQL sentence to create a link between theWin32_DeviceMemoryAddress->Win32_PnPEntity->Win32_IRQResourceclasses. 1 static void Main(string[] args) 2 { 3 foreach (ManagementObject Memory in new ManagementObjectSearcher( 4 ... 阅读全文

posted @ 2013-01-10 20:58 Henry_Wang 阅读(238) 评论(0) 推荐(0)

导航