91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

內存搜索修改,像金山游俠一下可以修改內存的值 對ReadProcessMemory,WriteProcessMemory,OpenProcess,VirtualQueryEx等API做了應用 http://blog.csdn.net/xuedisheng/archive/2008/10/28/3166779.aspx

資源截圖

代碼片段和文件信息

using?System;
using?System.Runtime.InteropServices;
using?System.Security;
using?System.Text;
using?System.Windows.Forms;

namespace?WINAPI
{
????public?class?Api
????{

????????///?
????????///?為專門設備創建設備場景
????????///?

????????///?String,傳遞null值給該參數,除非:1、用DISPLAY,是獲取整個屏幕的設備場景;2、用WINSPOOL,則是訪問打印驅動
????????///?String,所用專門設備的名稱。該名由打印管理器分配顯示
????????///?String,用vbNullString傳遞null值給該參數
????????///?DEVMODE,這個結構保存初始值。用CreateDCBynum傳遞0(NULL)值則適用默認設置
????????///?
????????[DllImportAttribute(“gdi32.dll“)]
????????public?static?extern?IntPtr?CreateDC(
????????string?lpszDriver???//???驅動名稱?????
????????string?lpszDevice???//???設備名稱?????
????????string?lpszOutput???//???無用,可以設定位“NULL“?????
????????IntPtr?lpInitData???//???任意的打印機數據?????
????????);

????????///?
????????///?修改程序分辨率
????????///?

????????///?
????????///?
????????///?
????????[DllImport(“user32.dll“?CharSet?=?CharSet.Auto)]
????????static?extern?int?ChangeDisplaySettings([In]???ref???DEVMODE?lpDevMode?int?dwFlags);


????????///?
????????///?這個函數能為窗口指定一個新位置和狀態。它也可改變窗口在內部窗口列表中的位置。該函數與DeferWindowPos函數相似,只是它的作用是立即表現出來的
????????///?

????????///?欲定位的窗口句柄
????????///?窗口句柄。在窗口列表中,窗口hwnd會置于這個窗口句柄的后面
????????///?窗口新的x坐標
????????///?窗口新的y坐標
????????///?指定新的窗口寬度
????????///?指定新的窗口高度
????????///?包含了旗標的一個整數
????????///?
????????[DllImport(“user32.dll“)]
????????public?static?extern?IntPtr?SetWindowPos(IntPtr?hwnd?HWndInsertAfter?hWndInsertAfter?int?x?int?y?int?cx?int?cy?int?wFlags);

????????///?
????????///?將一條消息投遞到指定窗口的消息隊列
????????///?

????????///?窗口句柄
????????///?消息標識符
????????///?具體由消息決定
????????///?具體由消息決定
????????///?
????????[DllImport(“user32.dll“?CharSet?=?CharSet.Unicode)]
????????public?static?extern?IntPtr?PostMessage(IntPtr?hwnd?int?wMsg?IntPtr?wParam?IntPtr?lParam);

????????///?
????????///?在指定的設備場景中取得一個像素的RGB值
????????///?

????????///?一個設備場景的句柄
????????///?邏輯坐標中要檢查的點
????????///?邏輯坐標中要檢查的點
????????///?
????????[DllImport(“gdi32.dll“)]
????????static?extern?int?GetPixel(int?hDC?int?x?int?y);

????????///?
????????///?設置窗體最大化最小化
????????///?

????????///?
????????///?
????????///?

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件?????196608??2008-10-22?13:37??內存搜索\test\bin\Debug\AxInterop.Microsoft.Vbe.Interop.Forms.dll

?????文件???????1185??2008-10-27?15:15??內存搜索\test\bin\Debug\gif374.gif

?????文件??????25088??2008-10-27?15:28??內存搜索\test\bin\Debug\test.exe

?????文件??????42496??2008-10-27?15:28??內存搜索\test\bin\Debug\test.pdb

?????文件??????14328??2008-10-28?11:02??內存搜索\test\bin\Debug\test.vshost.exe

?????文件??????11264??2008-10-27?14:24??內存搜索\test\bin\Debug\WINAPI.dll

?????文件??????13824??2008-10-27?14:24??內存搜索\test\bin\Debug\WINAPI.pdb

?????文件??????19908??2008-10-28?11:25??內存搜索\test\FrmMemMain.cs

?????文件???????9435??2008-10-27?15:28??內存搜索\test\FrmMemMain.Designer.cs

?????文件???????9653??2008-10-27?15:28??內存搜索\test\FrmMemMain.resx

?????文件???????1420??2008-10-27?14:40??內存搜索\test\FrmModifyMem.cs

?????文件???????5393??2008-10-27?11:19??內存搜索\test\FrmModifyMem.Designer.cs

?????文件???????5814??2008-10-27?11:19??內存搜索\test\FrmModifyMem.resx

?????文件????????817??2008-10-23?10:12??內存搜索\test\FrmProcess.cs

?????文件???????2404??2008-10-23?09:49??內存搜索\test\FrmProcess.Designer.cs

?????文件???????5814??2008-10-23?09:49??內存搜索\test\FrmProcess.resx

?????文件?????196608??2008-10-22?13:37??內存搜索\test\obj\Debug\AxInterop.Microsoft.Vbe.Interop.Forms.dll

?????文件???????3148??2008-10-27?14:24??內存搜索\test\obj\Debug\ResolveAssemblyReference.cache

?????文件???????1802??2008-10-22?16:52??內存搜索\test\obj\Debug\test.csproj.FileListAbsolute.txt

?????文件????????847??2008-10-22?16:50??內存搜索\test\obj\Debug\test.csproj.GenerateResource.Cache

?????文件????????545??2008-10-22?13:37??內存搜索\test\obj\Debug\test.csproj.ResolveComReference.cache

?????文件??????25088??2008-10-27?15:28??內存搜索\test\obj\Debug\test.exe

?????文件???????2571??2008-10-27?15:28??內存搜索\test\obj\Debug\test.FrmMemMain.resources

?????文件????????180??2008-10-27?14:24??內存搜索\test\obj\Debug\test.FrmModifyMem.resources

?????文件????????180??2008-10-27?14:24??內存搜索\test\obj\Debug\test.FrmProcess.resources

?????文件??????42496??2008-10-27?15:28??內存搜索\test\obj\Debug\test.pdb

?????文件????????180??2008-10-27?14:24??內存搜索\test\obj\Debug\test.Properties.Resources.resources

?????文件???????1128??2008-10-28?11:02??內存搜索\test\obj\Debug\內存搜索.csproj.FileListAbsolute.txt

?????文件???????1038??2008-10-27?15:28??內存搜索\test\obj\Debug\內存搜索.csproj.GenerateResource.Cache

?????文件????????545??2008-10-22?16:53??內存搜索\test\obj\Debug\內存搜索.csproj.ResolveComReference.cache

............此處省略99個文件信息

評論

共有 條評論