資源簡介
c# HOOK SOCKET Send,看了一下,寫這類的檔案太少了
代碼片段和文件信息
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.Net.Sockets;
using?System.Collections;
namespace?APIHOOK
{
????
????public?partial?class?Form1?:?Form
????{
????????[StructLayout(LayoutKind.Explicit)]
????????public?struct?IPHeader
????????{
????????????[FieldOffset(0)]
????????????public?byte?ip_verlen;?//I4位首部長度+4位IP版本號
????????????[FieldOffset(1)]
????????????public?byte?ip_tos;?//8位服務類型TOS
????????????[FieldOffset(2)]
????????????public?ushort?ip_totallength;?//16位數據包總長度(字節)
????????????[FieldOffset(4)]
????????????public?ushort?ip_id;?//16位標識
????????????[FieldOffset(6)]
????????????publi
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????3310??2011-04-30?18:21??APIHOOK\APIHOOK\APIHOOK.csproj
?????文件???????8097??2011-04-30?18:39??APIHOOK\APIHOOK\Form1.cs
?????文件???????2584??2011-04-30?13:10??APIHOOK\APIHOOK\Form1.Designer.cs
?????文件???????5814??2011-04-30?13:10??APIHOOK\APIHOOK\Form1.resx
?????文件????????500??2011-04-30?18:39??APIHOOK\APIHOOK\obj\APIHOOK.csproj.FileListAbsolute.txt
?????文件????????842??2011-04-30?13:10??APIHOOK\APIHOOK\obj\Debug\APIHOOK.csproj.GenerateResource.Cache
?????文件??????24576??2011-04-30?18:39??APIHOOK\APIHOOK\obj\Debug\APIHOOK.exe
?????文件????????180??2011-04-30?13:10??APIHOOK\APIHOOK\obj\Debug\APIHOOK.Form1.resources
?????文件??????26112??2011-04-30?18:39??APIHOOK\APIHOOK\obj\Debug\APIHOOK.pdb
?????文件????????180??2011-04-30?11:36??APIHOOK\APIHOOK\obj\Debug\APIHOOK.Properties.Resources.resources
?????文件????????466??2011-04-30?10:31??APIHOOK\APIHOOK\Program.cs
?????文件???????1180??2011-04-30?10:31??APIHOOK\APIHOOK\Properties\AssemblyInfo.cs
?????文件???????2870??2011-04-30?10:31??APIHOOK\APIHOOK\Properties\Resources.Designer.cs
?????文件???????5612??2011-04-30?10:31??APIHOOK\APIHOOK\Properties\Resources.resx
?????文件???????1092??2011-04-30?10:31??APIHOOK\APIHOOK\Properties\Settings.Designer.cs
?????文件????????249??2011-04-30?10:31??APIHOOK\APIHOOK\Properties\Settings.settings
?????文件????????910??2011-04-30?10:31??APIHOOK\APIHOOK.sln
????..A..H.?????12288??2011-04-30?14:08??APIHOOK\APIHOOK.suo
?????目錄??????????0??2011-04-30?10:31??APIHOOK\APIHOOK\obj\Debug\TempPE
?????目錄??????????0??2011-04-30?18:39??APIHOOK\APIHOOK\obj\Debug
?????目錄??????????0??2011-04-30?11:36??APIHOOK\APIHOOK\obj
?????目錄??????????0??2011-04-30?10:31??APIHOOK\APIHOOK\Properties
?????目錄??????????0??2011-04-30?18:39??APIHOOK\APIHOOK
?????目錄??????????0??2011-04-30?10:31??APIHOOK
-----------?---------??----------?-----??----
????????????????96862????????????????????24
評論
共有 條評論