代码搜索:端口控制
找到约 10,000 项符合「端口控制」的源代码
代码结果 10,000
www.eeworm.com/read/135982/13881259
txt 20050301210121.txt
如何关闭常见端口(113、4899、389、6129等端口)?|hyenpkjvlg|鱼鱼|hyenpkjvlg|2005-03-01.21:00|hyenpkjvlg|26|hyenpkjvlg|113端口木马的清除(仅适用于windows系统):这是一个基于irc聊天室控制的木马程序。1.首先使用netstat -an命令确定自己的系统上是否开放了113端口2
www.eeworm.com/read/127756/6001049
h io.h
//// 硬件端口字节输出函数。
// 参数:value - 欲输出字节;port - 端口。
#define outb(value,port) \
__asm__ ( "outb %%al,%%dx":: "a" (value), "d" (port))
//// 硬件端口字节输入函数。
// 参数:port - 端口。返回读取的字节。
#define inb(port) ({ \
uns
www.eeworm.com/read/123149/6062395
properties resource_other.properties
###english resource
# Application #
aip=IP地址
at=Text 端口
al=Lines 端口
aw=Web 端口
au=登入官方
ac=隐藏状态
am10=版主
am11=版住进入聊天室
am12=直接进入聊天室
am13=过程回放查看
am20=服务器
am21=HTTP
am22=PaintChat
www.eeworm.com/read/122843/6064401
properties resource_other.properties
###english resource
# Application #
aip=IP地址
at=Text 端口
al=Lines 端口
aw=Web 端口
au=登入官方
ac=隐藏状态
am10=版主
am11=版住进入聊天室
am12=直接进入聊天室
am13=过程回放查看
am20=服务器
am21=HTTP
am22=PaintChat
www.eeworm.com/read/119158/6092404
properties resource_other.properties
###english resource
# Application #
aip=IP地址
at=Text 端口
al=Lines 端口
aw=Web 端口
au=登入官方
ac=隐藏状态
am10=版主
am11=版住进入聊天室
am12=直接进入聊天室
am13=过程回放查看
am20=服务器
am21=HTTP
am22=PaintChat
www.eeworm.com/read/107157/6190466
properties resource_other.properties
###english resource
# Application #
aip=IP地址
at=Text 端口
al=Lines 端口
aw=Web 端口
au=登入官方
ac=隐藏状态
am10=版主
am11=版住进入聊天室
am12=直接进入聊天室
am13=过程回放查看
am20=服务器
am21=HTTP
am22=PaintChat
www.eeworm.com/read/106550/6192038
properties resource_other.properties
###english resource
# Application #
aip=IP地址
at=Text 端口
al=Lines 端口
aw=Web 端口
au=登入官方
ac=隐藏状态
am10=版主
am11=版住进入聊天室
am12=直接进入聊天室
am13=过程回放查看
am20=服务器
am21=HTTP
am22=PaintChat
www.eeworm.com/read/483085/6309565
h extern_ram.h
unsigned int * EXT_RAM = (unsigned int *) 0x100000; /*读AD输出端口1 only read*/
www.eeworm.com/read/494118/6378714
txt sockettestreadme.txt
SocketTest程序可以用于TCP连接的测试,能在windows下运行。功能:
1 在某个端口监听,等待对方的连接
2 向某个IP的服务器的某个端口进行连接
3 建立连接以后,可以发送文件的内容
4 建立连接以后,接收的数据将存放在ReceivedFile.txt文件中
5 主动断开连接
6 收到数据以后,可以设置将数据内容在屏幕输出或者不输出。
...