• 大小: 0.14M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-25
  • 语言: C#
  • 标签: C#  外挂  

资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Runtime.InteropServices;
using System.Diagnostics;

namespace changePlantsVsZombies
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        [DllImportAttribute(“kernel32.dll“ EntryPoint = “ReadProcessMemory“)]
        public static extern bool ReadProcessMemory
            (
                IntPtr hProcess
                IntPtr lpbaseAddress
                IntPtr lpBuffer
                int nSize
                IntPtr lpNumberOfBytesRead
            );

        [DllImportAttribute(“kernel32.dll“ Entry

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       5612  2010-12-25 21:55  changePlantsVsZombies\changePlantsVsZombies\Properties\Resources.resx

     文件        249  2010-12-25 21:55  changePlantsVsZombies\changePlantsVsZombies\Properties\Settings.settings

     文件       1214  2010-12-25 21:55  changePlantsVsZombies\changePlantsVsZombies\Properties\AssemblyInfo.cs

     文件       2898  2010-12-25 21:55  changePlantsVsZombies\changePlantsVsZombies\Properties\Resources.Designer.cs

     文件       1106  2010-12-25 21:55  changePlantsVsZombies\changePlantsVsZombies\Properties\Settings.Designer.cs

     文件       3249  2010-12-25 22:18  changePlantsVsZombies\changePlantsVsZombies\changePlantsVsZombies.csproj

     文件       5632  2005-12-08 14:51  changePlantsVsZombies\changePlantsVsZombies\bin\Debug\changePlantsVsZombies.vshost.exe

     文件     122880  2010-12-25 23:00  changePlantsVsZombies\changePlantsVsZombies\bin\Debug\changePlantsVsZombies.exe

     文件      32256  2010-12-25 23:00  changePlantsVsZombies\changePlantsVsZombies\bin\Debug\changePlantsVsZombies.pdb

     文件     100244  2010-12-25 22:48  changePlantsVsZombies\changePlantsVsZombies\obj\Debug\changePlantsVsZombies.Form1.resources

     文件        180  2010-12-25 22:18  changePlantsVsZombies\changePlantsVsZombies\obj\Debug\changePlantsVsZombies.Properties.Resources.resources

     文件      32256  2010-12-25 23:00  changePlantsVsZombies\changePlantsVsZombies\obj\Debug\changePlantsVsZombies.pdb

     文件     122880  2010-12-25 23:00  changePlantsVsZombies\changePlantsVsZombies\obj\Debug\changePlantsVsZombies.exe

     文件        842  2010-12-25 22:48  changePlantsVsZombies\changePlantsVsZombies\obj\Debug\changePlantsVsZombies.csproj.GenerateResource.Cache

     文件        886  2010-12-25 23:01  changePlantsVsZombies\changePlantsVsZombies\obj\changePlantsVsZombies.csproj.FileListAbsolute.txt

     文件        480  2010-12-25 21:55  changePlantsVsZombies\changePlantsVsZombies\Program.cs

     文件       6406  2010-12-25 22:48  changePlantsVsZombies\changePlantsVsZombies\Form1.Designer.cs

     文件     156023  2010-12-25 22:48  changePlantsVsZombies\changePlantsVsZombies\Form1.resx

     文件       8803  2010-12-25 22:59  changePlantsVsZombies\changePlantsVsZombies\Form1.cs

     文件        952  2010-12-25 21:55  changePlantsVsZombies\changePlantsVsZombies.sln

    ..A..H.     15872  2010-12-25 23:01  changePlantsVsZombies\changePlantsVsZombies.suo

     目录          0  2010-12-25 21:55  changePlantsVsZombies\changePlantsVsZombies\obj\Debug\TempPE

     目录          0  2010-12-25 21:59  changePlantsVsZombies\changePlantsVsZombies\obj\Debug\Refactor

     目录          0  2010-12-25 21:55  changePlantsVsZombies\changePlantsVsZombies\bin\Debug

     目录          0  2010-12-25 21:55  changePlantsVsZombies\changePlantsVsZombies\obj\Debug

     目录          0  2010-12-25 21:55  changePlantsVsZombies\changePlantsVsZombies\Properties

     目录          0  2010-12-25 21:55  changePlantsVsZombies\changePlantsVsZombies\bin

     目录          0  2010-12-25 21:55  changePlantsVsZombies\changePlantsVsZombies\obj

     目录          0  2010-12-25 21:55  changePlantsVsZombies\changePlantsVsZombies

     目录          0  2010-12-25 21:55  changePlantsVsZombies

............此处省略4个文件信息

评论

共有 条评论