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

資源簡介

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;

using?System.Diagnostics;
using?System.Threading;
using?System.Runtime.InteropServices;
//_5_1_a_s_p_x
namespace?_MEMORY_QUERY_TOOL
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()?{
????????????InitializeComponent();
????????????this.FormBorderstyle?=?FormBorderstyle.FixedSingle;
????????????this.MaximizeBox?=?false;
????????????this.StartPosition?=?FormStartPosition.CenterScreen;
????????}

????????Process?pChoose;????????????//選擇的進程
????????int?searchType;?????????????//搜索類型
????????int?searchBytes;????????????//搜索字節數
????????int?nbaseAddr;??????????????//基地址
????????
????????

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2012-09-18?10:57??C#內存修改器源碼\
?????目錄???????????0??2012-09-18?10:57??C#內存修改器源碼\bin\
?????目錄???????????0??2012-09-18?10:57??C#內存修改器源碼\bin\Debug\
?????文件???????28160??2012-09-11?10:03??C#內存修改器源碼\bin\Debug\_MEMORY_QUERY_TOOL.exe
?????文件???????54784??2012-09-11?10:03??C#內存修改器源碼\bin\Debug\_MEMORY_QUERY_TOOL.pdb
?????文件???????11608??2012-09-11?10:03??C#內存修改器源碼\bin\Debug\_MEMORY_QUERY_TOOL.vshost.exe
?????文件?????????490??2012-09-11?10:03??C#內存修改器源碼\bin\Debug\_MEMORY_QUERY_TOOL.vshost.exe.manifest
?????目錄???????????0??2012-09-18?10:57??C#內存修改器源碼\bin\Release\
?????文件???????27136??2012-09-11?10:03??C#內存修改器源碼\bin\Release\_MEMORY_QUERY_TOOL.exe
?????文件???????50688??2012-09-11?10:03??C#內存修改器源碼\bin\Release\_MEMORY_QUERY_TOOL.pdb
?????文件???????11608??2012-09-11?10:03??C#內存修改器源碼\bin\Release\_MEMORY_QUERY_TOOL.vshost.exe
?????文件?????????490??2012-09-11?10:03??C#內存修改器源碼\bin\Release\_MEMORY_QUERY_TOOL.vshost.exe.manifest
?????文件???????23394??2012-09-11?10:03??C#內存修改器源碼\Form1.cs
?????文件???????24224??2012-09-11?10:03??C#內存修改器源碼\Form1.Designer.cs
?????文件????????6195??2012-09-11?10:03??C#內存修改器源碼\Form1.resx
?????文件????????1792??2012-09-11?10:03??C#內存修改器源碼\FrmOpenProcess.cs
?????文件????????3286??2012-09-11?10:03??C#內存修改器源碼\FrmOpenProcess.Designer.cs
?????文件????????5817??2012-09-11?10:03??C#內存修改器源碼\FrmOpenProcess.resx
?????目錄???????????0??2012-09-18?10:57??C#內存修改器源碼\obj\
?????目錄???????????0??2012-09-18?10:57??C#內存修改器源碼\obj\x86\
?????目錄???????????0??2012-09-18?10:57??C#內存修改器源碼\obj\x86\Debug\
?????文件????????5373??2012-09-11?10:03??C#內存修改器源碼\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????7840??2012-09-11?10:03??C#內存修改器源碼\obj\x86\Debug\ResGen.read.1.tlog
?????文件????????3696??2012-09-11?10:03??C#內存修改器源碼\obj\x86\Debug\ResGen.write.1.tlog
?????文件????????1565??2012-09-11?10:03??C#內存修改器源碼\obj\x86\Debug\_MEMORY_QUERY_TOOL.csproj.FileListAbsolute.txt
?????文件???????28160??2012-09-11?10:03??C#內存修改器源碼\obj\x86\Debug\_MEMORY_QUERY_TOOL.exe
?????文件?????????180??2012-09-11?10:03??C#內存修改器源碼\obj\x86\Debug\_MEMORY_QUERY_TOOL.Form1.resources
?????文件?????????180??2012-09-11?10:03??C#內存修改器源碼\obj\x86\Debug\_MEMORY_QUERY_TOOL.FrmOpenProcess.resources
?????文件???????54784??2012-09-11?10:03??C#內存修改器源碼\obj\x86\Debug\_MEMORY_QUERY_TOOL.pdb
?????文件?????????180??2012-09-11?10:03??C#內存修改器源碼\obj\x86\Debug\_MEMORY_QUERY_TOOL.Properties.Resources.resources
?????目錄???????????0??2012-09-18?10:57??C#內存修改器源碼\obj\x86\Release\
............此處省略29個文件信息

評論

共有 條評論