• 大小: 0.29M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签: dnf  源码  

资源简介


资源截图

代码片段和文件信息

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个文件信息

评论

共有 条评论