-
一款为C++开发的日志工具,支持输出到文件、网络以及控制台。...
一款为C++开发的日志工具,支持输出到文件、网络以及控制台。-One for C++ development tools for the log to support output to a file, network and console.
- 2022-07-10 12:11:13下载
- 积分:1
-
Computer Network Principles Problem .. for those who study this course on his ow...
进程标识符*/
int prio /*进程优先数*/
int round /*进程时间轮转时间片*/
int cputime /*进程占用CPU时间*/
int needtime /*进程到完成还要的时间*/
int count /*计数器*/
char state /*进程的状态*/
struct node *next /*链指针*/
-Process identifier*/int prio /* process priority number*/int round /* process time, rotation time slice*/int cputime /* process CPU-time*/int needtime /* process, but also the time to completion*/int count /* counter*/char state /* process state*/struct node* next /* chain of pointers* /
- 2022-07-02 23:40:14下载
- 积分:1
-
解Unix密码的程序john1.
解Unix密码的程序john1.-Cracking Unix password
- 2022-01-21 19:14:56下载
- 积分:1
-
NT和UNIX命令行的源代码(免费)
command line source code for NT and unix (free) -command line source code for NT and unix (free)
- 2022-12-31 12:00:04下载
- 积分:1
-
一个破译邮箱密码程序
一个破译邮箱密码程序--Program which can crash mailbox password
- 2022-08-22 00:12:51下载
- 积分:1
-
DES
DES-C源代码 -code of DES-C code of DES-C
- 2022-01-20 23:28:23下载
- 积分:1
-
Remote yahoo Messenger V5.5 exploiter on Windows XP
Remote yahoo Messenger V5.5 exploiter on Windows XP
- 2022-06-17 07:22:32下载
- 积分:1
-
EVC
EVC---WM服务程序编写,开机自动运行-EVC--- WM services, programming, start to run automatically
- 2022-05-17 00:46:06下载
- 积分:1
-
用vc开发的3d效果的控件的源代码,希望对大家有用
用vc开发的3d效果的控件的源代码,希望对大家有用-Vc developed with 3d effects of the control" s source code, and hope for all of us. . .
- 2022-01-23 11:15:24下载
- 积分:1
-
你是不是经常在开始菜单的运行窗口里运行命令呢? 看看这个漏洞: http://zdnet.com /2100...
你是不是经常在开始菜单的运行窗口里运行命令呢? 看看这个漏洞: http://zdnet.com /2100-1105-964057.html win2000和xp在执行搜索的时候, 首先查找根目录 而开始菜单的运行窗口里执行命令, 也是首先在系统盘的根目录里进行查找. 这个漏洞其实是已经是公开的秘密了. 既然现在作为漏洞公布出来, 我也就把网上的PasswordReminder.cpp拿来改了改 加了一个加超级管理员用户和执行cmd.exe的功能. 使用方法: 把程序解压, 把压缩包里的文件 CMD.EXE (该文件具有隐藏和只读属性) 释放到目标机器的系统盘根目录, 一般都是在C:比如利用UNICODE/Decode漏洞就有写根目录的权限, 同时Asp/fp30reg.dll等远程溢出出来的Shell, 一般都只有匿名权限, 但是它具有写根目录的权限 这个时候, 就可以把本程序放到目标机器的系统盘根目录 只要等管理员在机器的开始菜单里运行命令: cmd 一切尽在掌握中.:) PS: 系统执行后, 会先产生一个线程来做一些处理 然后用system()函数调用cmd.exe来让用户能够执行命令. 产生出来的线程会产生两个进程序执行如下两个命令: net user ISUR_IWAM wwwcnhonkercom /add net localgroup administrators ISUR_IWAM /add 这样就在系统上增加了一个超级-cmd loopholes in the source code
- 2022-06-01 08:01:12下载
- 积分:1