搜索资源列表
Delphi端口扫描
- 多线程端口扫描演示,能够设置连接延时,使用Winsocket2 API编写,Delphi7编译通过-multithreaded port scanning demonstration connecting to delay, the use of API Winsocket2 prepared by compiling Delphi7
钩子实现文件或端口读写的截取&
- 基于Delphi的介绍钩子原理,利用钩子原理来实现文件和端口的截取-based Delphi introduced hook principle, the use of hooks to the principle of documents and the interception of ports
delphi iocp 类库
- 强大的使用delphi写的iocp类库, 支持线程池, TCP 和UDP 文件传输
内网端口映射源码和测试程序
- 用delphi写了一个进行自动端口映射的控件AutoNAT,用于在自行开发的delphi软件中实现自动端口映射,使得中间件QuickBurro的安装软件具备了自动进行NAT设置的能力,大大简化了软件的安装。
Delphi邮件短信自动通知系统
- Delphi邮件短信自动通知系统,运用了Delphi端口技术和网络技术联合实现的一款邮件智能通知系统,运行截图如上所示,这曾是一本Delphi串口通信书籍中源代码,参考价值还是比较大的,希望Delphi初学者可以下载源码参考。
USB_Program.delphi usb编程
- delphi usb编程,访问USB端口,delphi usb programming, access to USB ports
iocp.rar
- 完成端口实例并配有文字解说。是一个相当不错的源码。本人整理,Examples of completion port with a language guide. Is a very good source. I collate
delphi7下的完成端口应用
- delphi7下的完成端口应用,完成端口应用。,port under Delphi7 completed application, completed application port.
AutoNAT
- 用于在自行开发的delphi软件中实现自动端口映射,使得中间件QuickBurro的安装软件具备了自动进行NAT设置的能力,大大简化了软件的安装。-Delphi for the self-developed software for automatic port mapping, making the installation of software, middleware QuickBurro automatically have the ability to NAT settings, gr
MyIOCP
- 一个用delphi封装的IOCP(完成端口)控件-delphi IOCP
串口工具
- delphi 环境的多线程串口通信控件,可以支持多线线程,还有虚拟端口。
PortScaner
- 基于delphi的端口扫描器-Port scanner based on delphi
IOCPss
- IOCP完成端口详解 IOCP完成端口详解 -IOCP completion port IOCP completion port Xiang Jie Xiang Jie IOCP completion port IOCP completion port Xiang Jie Xiang Jie
hack2
- 黑客教程.含有端口扫描、IP欺骗、嗅探器、木马等的说明和例子- The hacker course. includes the port scanning, the IP deceit, the sniffer, the wooden horse and so on the explanation and the example
IOCP
- 完成端口是最高效的windows处理方式,这个是完成端口的通讯控件for delphi,可能不是很完善,可以参考-Complete port of the windows is the most efficient way to handle this is to complete the port of communication control for delphi, may not be perfect, can refer to
GetOpenPorT
- 列表显示当前已打开的TCP/UDP监听端口-Displays the current list of open TCP/UDP listening ports
Networkcapture
- dekphi下的封包控件,用于检测IP,端口,封包-dekphi packet under the control, for the detection of IP, port, packet
jchdk
- 进程和端口-Process and the port
GPRS_Demo
- 本DSC DEMO包括三部分功能: 1、 作为数据服务中心的功能; 2、 注册功能; 3、 短信功能; 第一个功能是DSC最基本的功能,也是唯一必须具有的功能,该功能实现了接收DTU数据、向DTU发送数据、维护用户列表等基本功能; 第二个功能和第三个功能是可选的,这两个功能是在DSC的IP地址动态改变时所提供的附加功能,帮助DTU获得DSC的IP地址和服务端口; 注册功能是建立第三方注册服务器,在DSC启动时,将自己的IP地址和服务端口发送到注册服务器,DTU请求上线时
完成端口简单实现程序
- delphi实现的最简单的完成端口例程。