資源簡介
代碼片段和文件信息
using?System;
using?System.Diagnostics;
using?System.IO;
using?System.Runtime.InteropServices;
using?System.Text;
using?System.Windows.Forms;
namespace?AGoPoEAPI
{
????///?
????///?類:內存讀寫API
????///?
????public?class?WinAPI
????{
????????public?const?int?PROCESS_ALL_ACCESS?=?2035711;??//PROCESS_ALL_ACCESS常量
????????public?struct?MemAttribute??????//自定義數據類型內存屬性
????????{
????????????public?int?RegbaseAdd;?????//區域基地址,與查詢的地址值相同,但是四舍五入為頁面的邊界值
????????????public?int?AllobaseAdd;????//分配基地址指明(用VirtualAlloc函數)分配內存區域的基地址,查詢的地址在該區域之內
????????????public?int?OriProtect;?????//原始保護,指明該地址空間區域被次級保留時賦予該區域的保護屬性
????????????public?int?Size;???????????//區域大小,用于指明內存塊從基地址開始的所有頁面的大小(以字節為計量單位),這些頁面與查詢的地址的頁面擁有相同的保護屬性狀態和類型
????????????public?int?State;??????????//狀態,用于指
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-07-04?14:21??heh\
?????目錄???????????0??2019-07-04?14:19??heh\SimpleTool\
?????文件???????36303??2018-03-13?13:24??heh\SimpleTool\API.cs
?????文件?????????187??2018-03-10?10:08??heh\SimpleTool\App.config
?????文件???????17850??2019-07-04?14:18??heh\SimpleTool\Form1.Designer.cs
?????文件???????12919??2019-07-04?14:18??heh\SimpleTool\Form1.cs
?????文件????????6405??2019-07-04?14:18??heh\SimpleTool\Form1.resx
?????文件???????13790??2019-07-04?14:18??heh\SimpleTool\Form2.Designer.cs
?????文件????????8000??2019-07-04?14:18??heh\SimpleTool\Form2.cs
?????文件??????107589??2019-07-04?14:18??heh\SimpleTool\Form2.resx
?????文件????????4310??2019-07-04?14:18??heh\SimpleTool\Form4.cs
?????文件????????4367??2019-07-04?14:18??heh\SimpleTool\Form4.designer.cs
?????文件??????107783??2019-07-04?14:18??heh\SimpleTool\Form4.resx
?????文件?????????539??2018-03-10?11:05??heh\SimpleTool\Program.cs
?????目錄???????????0??2018-03-13?13:22??heh\SimpleTool\Properties\
?????文件????????1355??2018-03-12?17:48??heh\SimpleTool\Properties\AssemblyInfo.cs
?????文件????????2848??2019-07-04?14:20??heh\SimpleTool\Properties\Resources.Designer.cs
?????文件????????5612??2018-03-10?10:08??heh\SimpleTool\Properties\Resources.resx
?????文件????????1104??2019-07-04?14:20??heh\SimpleTool\Properties\Settings.Designer.cs
?????文件?????????249??2018-03-10?10:08??heh\SimpleTool\Properties\Settings.settings
?????文件????????2994??2018-03-11?21:02??heh\SimpleTool\Properties\app.manifest
?????目錄???????????0??2019-07-04?14:13??heh\SimpleTool\bin\
?????目錄???????????0??2019-07-04?14:21??heh\SimpleTool\bin\Debug\
?????目錄???????????0??2019-07-04?14:20??heh\SimpleTool\bin\Release\
?????文件?????????187??2018-03-10?10:08??heh\SimpleTool\bin\Release\SimpleTool.vshost.exe.config
?????文件????????2994??2018-03-11?21:02??heh\SimpleTool\bin\Release\SimpleTool.vshost.exe.manifest
?????文件??????174592??2019-07-04?14:20??heh\SimpleTool\bin\Release\hehe.exe
?????文件?????????187??2018-03-10?10:08??heh\SimpleTool\bin\Release\hehe.exe.config
?????文件???????62976??2019-07-04?14:20??heh\SimpleTool\bin\Release\hehe.pdb
?????文件???????24224??2019-07-04?14:20??heh\SimpleTool\bin\Release\hehe.vshost.exe
?????文件?????????187??2018-03-10?10:08??heh\SimpleTool\bin\Release\hehe.vshost.exe.config
............此處省略23個文件信息
評論
共有 條評論