⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ipattacker.mdl

📁 一个可订制ip packet的程序
💻 MDL
📖 第 1 页 / 共 5 页
字号:
							quid       	"3B43E6B8022B"
							type       	"void*")
						    (object Parameter "nBufLen"
							quid       	"3B43E6B8022C"
							type       	"int")
						    (object Parameter "lpSockAddr"
							quid       	"3B43E6B8022D"
							type       	"SOCKADDR*")
						    (object Parameter "lpSockAddrLen"
							quid       	"3B43E6B8022E"
							type       	"int*")
						    (object Parameter "nFlags"
							quid       	"3B43E6B8022F"
							type       	"int"))
						result     	"int"
						concurrency 	"Sequential"
						opExportControl 	"Public"
						uid        	0)
					    (object Operation "SendToHelper"
						quid       	"365C7A6F0201"
						stereotype 	"virtual"
						parameters 	(list Parameters
						    (object Parameter "lpBuf"
							quid       	"3B43E6B80232"
							type       	"const void*")
						    (object Parameter "nBufLen"
							quid       	"3B43E6B80233"
							type       	"int")
						    (object Parameter "lpSockAddr"
							quid       	"3B43E6B80234"
							type       	"const SOCKADDR*")
						    (object Parameter "nSockAddrLen"
							quid       	"3B43E6B80235"
							type       	"int")
						    (object Parameter "nFlags"
							quid       	"3B43E6B80236"
							type       	"int"))
						result     	"int"
						concurrency 	"Sequential"
						opExportControl 	"Public"
						uid        	0))
					module     	"Component View::MFC 6.0"
					quidu      	"365C7A6F0060"
					language   	"VC++")
				    (object Class "CSocket"
					attributes 	(list Attribute_Set
					    (object Attribute
						tool       	"VC++"
						name       	"Generate"
						value      	FALSE)
					    (object Attribute
						tool       	"VC++"
						name       	"HeaderFile"
						value      	"<afxsock.h>")
					    (object Attribute
						tool       	"VC++"
						name       	"AfxClassType"
						value      	"CObject"))
					quid       	"365C7A6F0207"
					documentation 	"Class CSocket derives from CAsyncSocket and inherits its encapsulation of the Windows Sockets API. A CSocket object represents a higher level of abstraction of the Windows Sockets API than that of a CAsyncSocket object. CSocket works with classes CSocketFile and CArchive to manage the sending and receiving of data."
					superclasses 	(list inheritance_relationship_list
					    (object Inheritance_Relationship
						quid       	"36CCD64F018A"
						supplier   	"Logical View::MFC 6.0::CObject Classes::Windows Sockets::CAsyncSocket"
						quidu      	"365C7A6F01C1"))
					operations 	(list Operations
					    (object Operation "Accept"
						quid       	"365C7A6F0210"
						stereotype 	"virtual"
						parameters 	(list Parameters
						    (object Parameter "rConnectedSocket"
							quid       	"3B43E6B8023D"
							type       	"CAsyncSocket&")
						    (object Parameter "lpSockAddr"
							quid       	"3B43E6B8023E"
							type       	"SOCKADDR*"
							initv      	"NULL")
						    (object Parameter "lpSockAddrLen"
							quid       	"3B43E6B8023F"
							type       	"int*"
							initv      	"NULL"))
						result     	"BOOL"
						concurrency 	"Sequential"
						opExportControl 	"Public"
						uid        	0)
					    (object Operation "Close"
						quid       	"365C7A6F0214"
						stereotype 	"virtual"
						result     	"void"
						concurrency 	"Sequential"
						opExportControl 	"Public"
						uid        	0)
					    (object Operation "Receive"
						attributes 	(list Attribute_Set
						    (object Attribute
							tool       	"VC++"
							name       	"DefaultBody"
							value      	(value Text 
| 
|%4 %R1
| 
|return %1::%2(lpBuf, nBufLen, nFlags);
|
							)))
						quid       	"365C7A6F0219"
						stereotype 	"virtual"
						parameters 	(list Parameters
						    (object Parameter "lpBuf"
							quid       	"3B43E6B80244"
							type       	"void*")
						    (object Parameter "nBufLen"
							quid       	"3B43E6B80245"
							type       	"int")
						    (object Parameter "nFlags"
							quid       	"3B43E6B80246"
							type       	"int"
							initv      	"0"))
						result     	"int"
						concurrency 	"Sequential"
						opExportControl 	"Public"
						uid        	0)
					    (object Operation "Send"
						attributes 	(list Attribute_Set
						    (object Attribute
							tool       	"VC++"
							name       	"DefaultBody"
							value      	(value Text 
| 
|%4 %R1
| 
|return %1::%2(lpBuf, nBufLen, nFlags);
|
							)))
						quid       	"365C7A6F021D"
						stereotype 	"virtual"
						parameters 	(list Parameters
						    (object Parameter "lpBuf"
							quid       	"3B43E6B80249"
							type       	"const void*")
						    (object Parameter "nBufLen"
							quid       	"3B43E6B8024A"
							type       	"int")
						    (object Parameter "nFlags"
							quid       	"3B43E6B8024B"
							type       	"int"
							initv      	"0"))
						result     	"int"
						concurrency 	"Sequential"
						opExportControl 	"Public"
						uid        	0)
					    (object Operation "~CSocket"
						quid       	"365C7A6F0221"
						stereotype 	"virtual"
						concurrency 	"Sequential"
						opExportControl 	"Public"
						uid        	0)
					    (object Operation "AssertValid"
						quid       	"365C7A6F0223"
						stereotype 	"virtual, const"
						result     	"void"
						concurrency 	"Sequential"
						opExportControl 	"Public"
						uid        	0)
					    (object Operation "Dump"
						quid       	"365C7A6F0224"
						stereotype 	"virtual, const"
						parameters 	(list Parameters
						    (object Parameter "dc"
							quid       	"3B43E6B80252"
							type       	"CDumpContext&"))
						result     	"void"
						concurrency 	"Sequential"
						opExportControl 	"Public"
						uid        	0)
					    (object Operation "ConnectHelper"
						quid       	"365C7A6F0226"
						stereotype 	"virtual"
						parameters 	(list Parameters
						    (object Parameter "lpSockAddr"
							quid       	"3B43E6B80255"
							type       	"const SOCKADDR*")
						    (object Parameter "nSockAddrLen"
							quid       	"3B43E6B80256"
							type       	"int"))
						result     	"BOOL"
						concurrency 	"Sequential"
						opExportControl 	"Public"
						uid        	0)
					    (object Operation "ReceiveFromHelper"
						quid       	"365C7A6F0229"
						stereotype 	"virtual"
						parameters 	(list Parameters
						    (object Parameter "lpBuf"
							quid       	"3B43E6B80259"
							type       	"void*")
						    (object Parameter "nBufLen"
							quid       	"3B43E6B8025A"
							type       	"int")
						    (object Parameter "lpSockAddr"
							quid       	"3B43E6B8025B"
							type       	"SOCKADDR*")
						    (object Parameter "lpSockAddrLen"
							quid       	"3B43E6B8025C"
							type       	"int*")
						    (object Parameter "nFlags"
							quid       	"3B43E6B8025D"
							type       	"int"))
						result     	"int"
						concurrency 	"Sequential"
						opExportControl 	"Public"
						uid        	0)
					    (object Operation "SendToHelper"
						quid       	"365C7A6F0232"
						stereotype 	"virtual"
						parameters 	(list Parameters
						    (object Parameter "lpBuf"
							quid       	"3B43E6B80260"
							type       	"const void*")
						    (object Parameter "nBufLen"
							quid       	"3B43E6B80261"
							type       	"int")
						    (object Parameter "lpSockAddr"
							quid       	"3B43E6B80262"
							type       	"const SOCKADDR*")
						    (object Parameter "nSockAddrLen"
							quid       	"3B43E6B80263"
							type       	"int")
						    (object Parameter "nFlags"
							quid       	"3B43E6B80264"
							type       	"int"))
						result     	"int"
						concurrency 	"Sequential"
						opExportControl 	"Public"
						uid        	0)
					    (object Operation "OnMessagePending"
						quid       	"365C7A6F0238"
						stereotype 	"virtual"
						result     	"BOOL"
						concurrency 	"Sequential"
						opExportControl 	"Public"
						uid        	0)
					    (object Operation "PumpMessages"
						quid       	"365C7A6F0239"
						stereotype 	"virtual"
						parameters 	(list Parameters
						    (object Parameter "uStopFlag"
							quid       	"3B43E6B80269"
							type       	"UINT"))
						result     	"BOOL"
						concurrency 	"Sequential"
						opExportControl 	"Public"
						uid        	0))
					module     	"Component View::MFC 6.0"
					quidu      	"365C7A6F0060"
					language   	"VC++"))
				logical_presentations 	(list unit_reference_list
				    (object ClassDiagram "Main"
					quid       	"365C8DAD0027"
					title      	"Main"
					zoom       	100
					max_height 	28350
					max_width  	21600
					origin_x   	0
					origin_y   	0
					items      	(list diagram_item_list
					    (object ClassView "Class" "Logical View::MFC 6.0::CObject Classes::Windows Sockets::CAsyncSocket" @20
						ShowCompartmentStereotypes 	TRUE
						IncludeAttribute 	TRUE
						IncludeOperation 	TRUE
						location   	(416, 880)
						font       	(object Font
						    size       	10
						    face       	"Arial"
						    bold       	FALSE
						    italics    	FALSE
						    underline  	FALSE
						    strike     	FALSE
						    color      	0
						    default_color 	TRUE)
						label      	(object ItemLabel
						    Parent_View 	@20
						    location   	(94, 424)
						    fill_color 	13434879
						    nlines     	1
						    max_width  	644
						    justify    	0
						    label      	"CAsyncSocket")
						icon_style 	"Icon"
						line_color 	3342489
						fill_color 	13434879
						quidu      	"365C7A6F01C1"
						width      	662
						height     	936
						annotation 	8
						autoResize 	TRUE)
					    (object ClassView "Class" "Logical View::MFC 6.0::CObject Classes::Windows Sockets::CSocket" @21
						ShowCompartmentStereotypes 	TRUE
						IncludeAttribute 	TRUE
						IncludeOperation 	TRUE
						location   	(416, 1984)
						font       	(object Font
						    size       	10
						    face       	"Arial"
						    bold       	FALSE
						    italics    	FALSE
						    underline  	FALSE
						    strike     	FALSE
						    color      	0
						    default_color 	TRUE)
						label      	(object ItemLabel
						    Parent_View 	@21
						    location   	(87, 1628)
						    fill_color 	13434879
						    nlines     	1
						    max_width  	658
						    justify    	0
						    label      	"CSocket")
						icon_style 	"Icon"
						line_color 	3342489
						fill_color 	13434879
						quidu      	"365C7A6F0207"
						width      	676
						height     	736
						annotation 	8
						autoResize 	TRUE)
					    (object ClassView "Class" "Logical View::MFC 6.0::CObject Classes::CObject" @22
						ShowCompartmentStereotypes 	TRUE
						SuppressAttribute 	TRUE
						SuppressOperation 	TRUE
						IncludeAttribute 	TRUE
						IncludeOperation 	TRUE
						location   	(416, 144)
						font       	(object Font
						    size       	10
						    face       	"Arial"
						    bold       	FALSE
						    italics    	FALSE
						    underline  	FALSE
						    strike     	FALSE
						    color      	0
						    default_color 	TRUE)
						label      	(object ItemLabel
						    Parent_View 	@22
						    location   	(251, 94)
						    fill_color 	13434879
						    nlines     	1
						    max_width  	330
						    justify    	0
						    label      	"CObject")
						icon_style 	"Icon"
						line_color 	3342489
						fill_color 	13434879
						quidu      	"365C7A6F009C"
						width      	348
						height     	124
						annotation 	8
						autoResize 	TRUE)
					    (object InheritView "" @23
						stereotype 	TRUE
						line_color 	3342489
						quidu      	"36CCD64F0111"
						client     	@20
						supplier   	@22
						line_style 	0)
					    (object InheritView "" @24
						stereotype 	TRUE
						line_color 	3342489
						quidu      	"36CCD64F018A"
						client     	@21
						supplier   	@20
						line_style 	0)))))
			    (object Class_Category "Maps"
				quid       	"365C7A6F024B"
				exportControl 	"Public"
				logical_models 	(list unit_reference_list
				    (object Parameterized_Class "CMap"
					attributes 	(list Attribute_Set
					    (object Attribute
						tool       	"VC++"
						name       	"Generate"
						value      	FALSE)
					    (object Attribute
						tool       	"VC++"
						name       	"HeaderFile"
						value      	"<afxtempl.h>")
					    (object Attribute
						tool       	"VC++"
						name       	"AfxClassType"
						value      	"CObject"))
					quid       	"365C7A6F0255"
					documentation 	"CMap is a dictionary collection class that maps unique keys to values. Once you have inserted a key-value 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -