Welcome![Sign In][Sign Up]
Location:
Search - sys

Search list

[Driver Developsys

Description: PCI-E的驱动程序例子,包含基本功能,可用于最初的测试-PCI-E driver example, contains the basic functions, can be used for the initial test
Platform: | Size: 1467392 | Author: cecily | Hits:

[Windows DevelopInterface

Description: cypress的Cyusb.sys驱动接口的二次封装,以及其驱动接口资料和接口测试程序-cypress
Platform: | Size: 2984960 | Author: 清木 | Hits:

[Driver DevelopFileFilter

Description: U盘过滤驱动程序,让U盘成为一个只读存储器。在DISK.sys和USBSTOR.sys驱动之间建立一个过滤驱动-U disk filter driver, so that U disk into a read-only memory. Disk.sys USBSTOR.sys drive in between and a filter driver
Platform: | Size: 722944 | Author: | Hits:

[Linux-Unixshell

Description: #include<stdio.h> #include<string.h> #include<limits.h> #include<unistd.h> #include<sys/types.h> #define PROMPT_STRING "[myshell]$" #define QUIT_STRING "exit\n" static char inbuf[MAX_CANON] char * g_ptr char * g_lim extern void yylex() int main (void){ for( ){ if(fputs(PROMPT_STRING,stdout)==EOF) continue if(fgets(inbuf,MAX_CANON,stdin)==NULL) continue if(strcmp(inbuf,QUIT_STRING)==0) break g_ptr = inbuf g_lim = inbuf + strlen(inbuf) yylex() } return 0 } -# Include <stdio.h># Include <string.h># Include <limits.h># Include <unistd.h># Include <sys/types.h># Define PROMPT_STRING [myshell] $ # define QUIT_STRING exit static char inbuf [MAX_CANON] char* g_ptr char* g_lim extern void yylex () int main (void) (for () (if (fputs (PROMPT_STRING, stdout) == EOF) continue if (fgets (inbuf, MAX_CANON, stdin) == NULL) continue if (strcmp (inbuf, QUIT_STRING) == 0) break g_ptr = inbuf g_lim = inbuf+ strlen (inbuf) yylex ()) return 0)
Platform: | Size: 32768 | Author: 李明 | Hits:

[Internet-Networksynscan

Description: windows平台vc6项目,在win2000上运行。 不能在winxp sp2及以上版本的windows系统中运行该程序,因为:XP SP2对raw socket做了一些限制,XP SP2仍支持raw socket的接收,但raw socket的发送被限制了: 1) 不能通过raw socket发送TCP报文。做此尝试时会得到10004号错误。 2) 不能通过raw socket发送伪造源IP的UDP报文。 3) 不能通过raw socket发送IP碎片。做此尝试时会得到10004号错误。 微软在tcpip.sys中固化了这些限制,没有注册表项对之调整。惟一已知解决方案是修理tcpip.sys.微软做了这些限制,目的是防止限制恶意代码将主机作为DDoS的工具,而且限制发送伪造IP包的能力。 -windows platform vc6 project, run in win2000. Winxp sp2 and can not be above the windows system to run the program, because: XP SP2 on the raw socket done some restrictions, XP SP2 is still raw socket support the reception, but the raw socket sent by limiting: 1) can not be raw Send TCP packet socket. Attempt to do this would be an error No. 10004. 2) can not send raw socket forged source IP of the UDP packet. 3) can not be raw socket to send IP fragments. Attempt to do this would be an error No. 10004. Microsoft tcpip.sys in curing these restrictions, there is no registry entries for the adjustment. The only known solution is to repair tcpip.sys. Microsoft has done these constraints, the purpose is to prevent malicious code restrictions on the host as a DDoS tools, and a restriction of sending fake IP packet capabilities.
Platform: | Size: 19456 | Author: 莫松成 | Hits:

[Windows Developvmprotect1.22

Description: VMProtect是目前最强大的虚拟机保护软件之一,适合Visual Basic(native),Visual C,Delphi,ASM等本地编译的目标程序,支持EXE,DLL,SYS。支持Windows各系统,具有很好的兼容性和稳定性。-VMProtect are currently the most powerful virtual machine software to protect one suitable Visual Basic (native), Visual C, Delphi, ASM, such as the objectives of local compile procedures, support EXE, DLL, SYS. Supported Windows systems, has good compatibility and stability.
Platform: | Size: 609280 | Author: chengzheng | Hits:

[SCMsys

Description: 单片机文件系统 ,实现源代码,包含实现的源代码!-Singlechip file system, source code implementation, including implementation of source code!
Platform: | Size: 156672 | Author: liyang | Hits:

[Driver DevelopLoadNTDriver

Description: windows下加载驱动*.sys的源代码,经过VC6.0和DDK调试,可以正常使用,包内还有可以用来测试的SYS文件-windows under load*. sys driver source code, after VC6.0 and DDK debugger can be used normally have bag can be used to test the SYS file
Platform: | Size: 7168 | Author: 隔夜茶 | Hits:

[OS programWinIoSample

Description: VC下WinIo的应用实例(改进版)根据前一版有网友提出的建议进行改进,为了在VC中能正常使用WinIo库,必须按以下步骤进行配置:   (1):将WinIo.dll、WinIo.sys、WINIO.VXD三个文件放在程序可执行文件所在目录下;    (2):将WinIo.lib添加到工程中,WinIo.lib及winio.h文件必须放在工程目录下;   (3):在StdAfx.h头文件中加入#include "winio.h"语句;   (4):调用InitializeWinIo函数初始化WinIo驱动库;   (5):调用读写IO口的GetPortVal或SetPortVal函数;   (6):调用ShutdownWinIo函数; 本实例是在VC6.0环境下 XP系统. -How to use the WinIo library in Win2000 and WinXP system. this sample will lead you to use the WinIo rightly.
Platform: | Size: 65536 | Author: 苏庆红 | Hits:

[Dialog_WindowLoadDemo

Description: Driver loader. this MFC application which will load any driver (.sys)
Platform: | Size: 27648 | Author: Abraham | Hits:

[Driver DevelopDrvFltIp

Description: 利用系统驱动服务ipFltDrv.sys写的过滤驱动,仅支持TCP\UDP\ICMP协议的拦截、过滤-This is a filter driver written by using the system driver ipFltDrv.sys, a filter driver. Supported the TCP\UDP\ICMP protocol only.
Platform: | Size: 151552 | Author: William Lee | Hits:

[Driver DevelopExtendingPassthru

Description: PASSTHRU.SYS Tom Divine s 编写的DDK例子-PASSTHRU.SYS-- Tom Divine s augmented version of the DDK sample of the same name
Platform: | Size: 53248 | Author: chuanfu | Hits:

[Windows Developusbser

Description: usbser.sys files for lpc2148 usb virtual com port
Platform: | Size: 13312 | Author: shyam | Hits:

[USB developupanwanneng

Description: windows98下驱动 usbstor.sys usbstor.inf ntmap.sys-windows98下驱动
Platform: | Size: 23552 | Author: yjdvhzkl | Hits:

[Embeded-SCM DevelopParallelToI2C

Description: 本程序实现应用软件通过并口模拟I2C通讯。 使用前将porttalk.sys复制到 System32\Drivers目录下, 再将porttalk.reg导入注册表。 将其它四个代码文件导入VC工程,主要调用 CParallelToI2C类中的函数。 相信大家可以看明白这个类的函数的作用。 另: 1. 本程序中I2C时钟周期默认为2ms,可以适当调整。 2. 电于电路不同,使用并口引脚不同,可以对类进行适当修改。-Applications of this program through the parallel port I2C communications simulation. Before use porttalk.sys copy System32 \ Drivers directory, and then import the registry porttalk.reg. The other four code file into VC projects, the main class to call a function CParallelToI2C. I believe we can see to understand the function of this type of role. Other: 1. The process by default I2C clock cycle 2ms, can be appropriately adjusted. 2. Electricity in the circuit is different from the use of parallel port pins are different categories can be amended as appropriate.
Platform: | Size: 36864 | Author: | Hits:

[Crack HackVMProtect

Description: VMProtect 简介 VMProtect 是新一代的软件保护系统,不像其它常见的保护系统,VMProtect 可以修改应用程序的源代码。VMProtect 将原文件的部分代码转换为在虚拟机中运行的字节码。您可以将虚拟机想像成带有不同于 Intel 8086 处理器指令系统的虚拟处理器;例如,虚拟机没有比较两个操作数的指令,也没有条件跳转和无条件跳转等。 支持的编译器: Delphi Borland C Builder Visual C/C++ Visual Basic (native) Virtual Pascal 支持的文件类型(32 位和 64 位): EXE DLL BPL OCX SYS 支持的操作系统: Windows 95/98 Windows ME Windows NT Windows 2000 Windows XP Windows 2003 Windows Vista-标准类 TObject = class constructor Create procedure Free end TPersistent = class(TObject) procedure Assign(Source: TPersistent) end TStrings = class(TPersistent) function Add(S: String): Integer procedure Append(S: String) procedure AddStrings(Strings: TStrings) procedure Clear procedure Delete(Index: Integer) function IndexOf(const S: String): Integer procedure Insert(Index: Integer S: String) procedure LoadFromFile(FileName: String) procedure SaveToFile(FileName: String) property Count: Integer read property Text: String read write property CommaText: String read write property Strings[Index: Integer]: String read write property Objects[Index: Integer]: TObject read write end TDuplicates = (dupIgnore, dupAccept, dupError) TNotifyEvent = procedure(Sender: TObject) TStringList = class(TStrings) function Find(S: String var Index: Integer): Boolean procedure Sort property Duplicates:
Platform: | Size: 16384 | Author: cxzhack | Hits:

[Driver Developdrivebell

Description: 驱动预安装及卸载通用,通过脚本文件配置 (包括inf,sys,cat文件名,service名等)。 注:此方法安装时不需要插上设备,但卸载时必须插上设备-Driver pre-installed and uninstalled General, through the configuration script file (including the inf, sys, cat file name, service name, etc.). Note: This method does not require plug in installation of equipment, but must be planted when unloading equipment
Platform: | Size: 105472 | Author: bj | Hits:

[Disk Toolsusbdisk

Description: MS-DOS 7.1 下加载U盘驱动的最好方式: 在autoexec.bat文件中加入如下几行: devload usbaspi.sys /r /v /norst devload usbcd.sys /d:usbcd devload di1000dd.sys SHSUCDX.COM /D:?USBCD 其中devload di1000dd.sys 用来驱动大容量U盘,devload usbcd.sys /d:usbcd 和SHSUCDX.COM /D:?USBCD用来驱动USB光驱。 其中devload usbaspi.sys在某些机器上死机的问题已经解决。usbaspi.sys 为2.27修改版。 其中devload di1000dd.sys出现devide overflow的问题及不兼容USB-ZIP+的问题都已修正,版本改为2.02以示区别。 -MS-DOS 7.1 USB disk driver in the autoexec.bat file by adding a few lines are as follows: devload usbaspi.sys/r/v/norst devload usbcd.sys/d: usbcd devload di1000dd.sys SHSUCDX. COM/D:? USBCD which devload di1000dd.sys for USB disk, devload usbcd.sys/d: usbcd and SHSUCDX.COM/D:? USBCD for USB CD-ROM drive. Which in some devload usbaspi.sys death machine of the problem has been resolved. usbaspi.sys for the modified version of 2.27. Devload di1000dd.sys which appear devide overflow problems and is not compatible USB-ZIP+ The problems have been amended version changed to 2.02 to show the difference.
Platform: | Size: 39936 | Author: yuanfu | Hits:

[Delphi VCLdemo

Description: Ms-Rem 写的进程保护例子 驱动是VC版 例子调用是DELPHI, 先用驱动加载工具加载驱动 Protector.sys 然后在启动例子,例子程序即被保护。 -Written by Ms-Rem-driven process is the protection of examples of examples of VC version is called DELPHI, first drive to load drivers loading tool and then start the example Protector.sys, for example, was the protection of the procedure.
Platform: | Size: 9216 | Author: r00tsh3ll | Hits:

[Windows Developsource

Description: Ms-Rem 写的进程保护完整源码 驱动是VC版 例子调用是DELPHI, 先用驱动加载工具加载驱动 Protector.sys 然后在启动例子,例子程序即被保护。-Ms-Rem protect the integrity of the process of writing source-driven example is the VC version is called DELPHI, the first tool used to load drivers to load drivers and then restart Protector.sys example, was the protection of examples of procedures.
Platform: | Size: 3072 | Author: r00tsh3ll | Hits:
« 1 2 34 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net