搜索资源列表
nmap-2.54beta29.tgz
- 优秀的扫描工具,可以使用fingerprint来判断操作系统类型
xprobe-0.0.1p1.tar.gz
- 利用ICMP请求来判断操作系统类型的程序
操作系统进程内存管理模拟特别版
- 操作系统进程内存管理模拟 有关此程序的功能请见程序中的帮助菜单 程序难点1:创建Windows xp中按钮样式 解决方法:使用标签控件与形状控件一起形成此样式 此方法缺点:由于标签没有TAB事件,所以不能使用键盘控制按钮。 此缺点解方法:截取键盘事件,以响应TAB事件(时间有限,没有实现) 程序难点2:实时与分时混合应用 解决方法:置一FOR循环在TIMER中,先判断并响应时实进程,再置另一当循环在TIMER中,无时实时再执行分时进程。 程序难点3:分页式内存管理的调度方式 解决方法:具体方法见
操作系统语法分析
- 操作系统中的语法分析,主要是判断语言是否合乎语言规范-operating system syntax analysis, the main language of judgment whether the language norms
dos_info
- 一个在DOS下计算CPU速度、获得计算机名、判断操作系统、获得计算机IP地址等小程序-a DOS computing CPU speed, computer access, and judgment operating system, computer IP address of small programs
getos
- 利用TTL的返回值来远程判断操作系统的类型 开发环境VC++ 6.0
判断操作系统版本
- 判断操作系统版本,调用到注册表!-judgment of the operating system version, called the registry!
操作系统进程内存管理模拟
- 有关此程序的功能请见程序中的帮助菜单程序难点1:创建Windows xp中按钮样式解决方法:使用标签控件与形状控件一起形成此样式此方法缺点:由于标签没有TAB事件,所以不能使用键盘控制按钮。此缺点解方法:截取键盘事件,以响应TAB事件(时间有限,没有实现)程序难点2:实时与分时混合应用解决方法:置一FOR循环在TIMER中,先判断并响应时实进程,再置另一当循环在TIMER中,无时实时再执行分时进程。程序难点3:分页式内存管理的调度方式解决方法:具体方法见程序中的注释。程序难点4:基于优先级的调度
判断操作系统版本模块的例子
- 判断操作系统版本的示例(判定win98/nt/xp系统)。对跨平台的程序很有用。不需用条件编译,在程序中用if..then判定就行了。-judgment version of the operating system examples (convicted win98/nt/xp system). The cross-platform process very useful. Build unnecessary conditions, the procedure used if .. then
xprobe-0.0.1p1.tar
- 利用ICMP请求来判断操作系统类型的程序- Using ICMP requested judges the operating system type the procedure
WichOS
- 判断操作系统, whichOS. 大家有需要的可以看下.-whichOS
windows 判断版本
- 判断操作系统类型的源码 比较简单 适合新手学习-Determine the type of source operating system is relatively simple to learn for novice
windowsreg
- 这个是根据注册表来判断操作系统,很适合新手-This is based on the registry to determine the operating system, it is suitable for novice
EPROCESS_ActiveProcessLinks
- 这个EPROCESS结构在ntddk.h中有定义,但是并未给出具体的结构,因此要得到EPROCESS中一些重要的成员变量,只能通过偏移的方法,比如PID,ImageName等.这些偏移可以在Windbg中dt _EPROCESS得到,但是不公开感觉还是不爽,而且这东西在不同的系统版本中不一样,如果要兼容的话,就必须先判断操作系统版本,遍历EPROCESS中的进程-The ntddk.h EPROCESS structure are defined, but did not give a spec
getOsVersion
- 获取所有操作系统版本信息,判断操作系统,获取版本-Get All OS Version
Determine-the-type-of-drive
- 判断系统是硬盘、移动磁盘、还是光驱,哈可以判断操作系统是32位还是64位的系统-Judging system disk, removable disk, or drive, ha can determine whether the operating system is 32 bit or 64 bit
language
- 判断操作系统语言版本,VB判断操作系统语言版本,具体来说只获取了windows系统的语言属性,暂时不获取版本信息,不过可以学习一下如何获取系统的信息,只是变量的不同而已。 -Determine the operating system language version, VB language to determine the operating system version, specifically the language attribute only get windows syst
vbosversion
- 判断操作系统语言版本,VB判断操作系统语言版本,具体来说只获取了windows系统的语言属性,暂时不获取版本信息,不过可以学习一下如何获取系统的信息,只是变量的不同而已。-Determine the operating system language version, VB operating system language version, specifically only obtain the linguistic properties of the windows system, do
systmjust
- vb 判断操作系统的源代码,适合根据兼容性来进行编程的核心代码-vb determine the operating system source code, suitable to be programmed according to the compatibility of the core code
易语言判断系统位数32或64
- 用易语言,自动判断操作系统是32位还是64位(Judging whether the system is 32 or 64)