Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - all function in open
Search - all function in open - List
大家都知道,windows接管了对物理内存的直接存取,而bios信息存在物理内存 的f000:0000处,关键就是如何读取物理内存。 函数说明 第一个函数ZwOpenSection用来打开section,第一个参数是指向HANDLE变量的指针,第二个是访问参数,第三个是指向OBJECT_ATTRIBUTES的指针 第二个函数ZwMapViewOfSection用来建立物理内存和当前进程的一段物理内存的联系,参数很多,一会在例程里再详细解释 第三个函数ZwUnmapViewOfSection用来断开物理内存和当前进程中的映射断开联系,第一个参数是进程句柄,必须掉用第二个函数时一样,第二 个是当前进程中映射的基址,由ZwMapViewOfSection返回-we all know, took over the windows of the direct physical memory access, bios information exists and physical memory of f000 : 0000, the key is how to read physical memory. Note function ZwOpenSection a function used to open the section, the first parameter is a variable HANDLE at the target, and the second was to visit the parameters, the third point is the target OBJECT_ATTRIBUTES second function ZwMapView OfSection used for physical memory and the current process of physical memory for the links, many parameters, in a routine Lane elaborate on the third function to disconnect ZwUnmapViewOfSection physical memory and the current process of mapping links disconnected, a parameter is the process handle, must swap with the second function the same, the second is the process of mapping the s
Date : 2008-10-13 Size : 66.1kb User : 王涛

读写usb 上面的OpenDevice函数就是演示如何根据设备GUID打开一个USB接口的设备,和设备读写通讯的时候就需要了解设备的驱动到底都支持什么方式了。可以使用UsbView工具查看USB设备到底支持几个Endpoint,每个都以什么方式读写。 如果你的设备支持3个EndPoint,0号是控制的,1号是读,2号是写,那你直接读取0号Endpoint,搞不好就会发生重起的问题 -literacy usb above OpenDevice function is to demonstrate how open the equipment GUID a USB interface equipment literacy and communications equipment when there is a need to understand the driving equipment in the end all support the way. UsbView tools can use USB devices in the end View supports several Endpoint. each of the ways to read and write. If your equipment supports three EndPoint, 0, control, on the 1st of reading, writing on the 2nd, you direct read 0, Endpoint, will take place regardless of the starting weight problem
Date : 2008-10-13 Size : 202.34kb User : sos110

大家都知道,windows接管了对物理内存的直接存取,而bios信息存在物理内存 的f000:0000处,关键就是如何读取物理内存。 函数说明 第一个函数ZwOpenSection用来打开section,第一个参数是指向HANDLE变量的指针,第二个是访问参数,第三个是指向OBJECT_ATTRIBUTES的指针 第二个函数ZwMapViewOfSection用来建立物理内存和当前进程的一段物理内存的联系,参数很多,一会在例程里再详细解释 第三个函数ZwUnmapViewOfSection用来断开物理内存和当前进程中的映射断开联系,第一个参数是进程句柄,必须掉用第二个函数时一样,第二 个是当前进程中映射的基址,由ZwMapViewOfSection返回-we all know, took over the windows of the direct physical memory access, bios information exists and physical memory of f000 : 0000, the key is how to read physical memory. Note function ZwOpenSection a function used to open the section, the first parameter is a variable HANDLE at the target, and the second was to visit the parameters, the third point is the target OBJECT_ATTRIBUTES second function ZwMapView OfSection used for physical memory and the current process of physical memory for the links, many parameters, in a routine Lane elaborate on the third function to disconnect ZwUnmapViewOfSection physical memory and the current process of mapping links disconnected, a parameter is the process handle, must swap with the second function the same, the second is the process of mapping the s
Date : 2026-01-17 Size : 66kb User : 王涛

读写usb 上面的OpenDevice函数就是演示如何根据设备GUID打开一个USB接口的设备,和设备读写通讯的时候就需要了解设备的驱动到底都支持什么方式了。可以使用UsbView工具查看USB设备到底支持几个Endpoint,每个都以什么方式读写。 如果你的设备支持3个EndPoint,0号是控制的,1号是读,2号是写,那你直接读取0号Endpoint,搞不好就会发生重起的问题 -literacy usb above OpenDevice function is to demonstrate how open the equipment GUID a USB interface equipment literacy and communications equipment when there is a need to understand the driving equipment in the end all support the way. UsbView tools can use USB devices in the end View supports several Endpoint. each of the ways to read and write. If your equipment supports three EndPoint, 0, control, on the 1st of reading, writing on the 2nd, you direct read 0, Endpoint, will take place regardless of the starting weight problem
Date : 2026-01-17 Size : 202kb User : sos110

使用CTreeCtrl遍历硬盘所有文件,然后显示出来,点击树节点,在右边的CListCtrl里用图标显示出该文件下的文件,鼠标左键点击某文件,实现打开文件的功能。 功能类似于WINDOWS的文件夹功能-CTreeCtrl traverse all the files using the hard disk, and then displayed, click on the tree node, the right to use CListCtrl in icon shows the file under the file, left mouse button click on a file, to achieve open the files. Function similar to the WINDOWS folder function
Date : 2026-01-17 Size : 248kb User : bing

(一)、说明 1、软件使用asp+mssql开发,全部开放源码 2、实现2级域名的转发功能,包括一般客户申请前台、管理员的后台管理、实现转发的网站 3、包括了免费申请、后台管理,排行榜、网站之家、域名解析等功能。 (二)、安装说明 1、源代码包括除了会员注册外的完整免费网址转发的asp和数据库代码,熟悉asp的增加会员注册部分代码就可以使用。 2、目录FreeDomain是给用户注册管理的源码;目录me是实现转发的源代码。 3、安装过程 (1)导入sql.sql到数据库 (2)部署站点到FreeDomain子目录(不需要有写的权限) (3)修改FreeDomain\SDconn.asp 的constr6(数据库帐号和密码)和domainname(表示转发域名的后缀) (4)增加表WebType(网站类型)的内容 (5)增加表LawlessKey(不允许申请的域名前缀)的内容-(A), indicating 1, the software development using asp+ mssql, all open source 2, to achieve two domain forwarding features, including general customer application foreground, background management administrator, the forwarding site 3, including a free application, management background, leaderboards, home sites, domain name resolution function. (Two), the installation instructions 1, the source code is included in addition to the full outer Join Free URL forwarding and database asp code, asp increases Register familiar part of the code can be used. 2, the directory FreeDomain is for user registration and management of the source catalog me is to achieve forwarding source code. 3, the installation process (1) into the database sql.sql (2) the deployment site to FreeDomain subdirectory (not need to have write permission) (3) modify FreeDomain \ SDconn.asp the constr6 (database account and password) and domainname (expressed forwarding domain suffix) (4)
Date : 2026-01-17 Size : 47kb User : 张是

windows自带记事本vb源代码 功能如下 1,文本框大小可以随窗体改变 2,读入文件的大小受限 3,窗体标题实时地显示当前文件名 4,可以通过菜单改变文本字体和背景色 5,剪切板的使用 6,可以查找字符串,使用到字符串的处理 7,可以对整个文档进行全选 8,可以在指定处插入时间日期 9,公共对话框的使用,保存,打开,打印等 -windows comes with Notepad vb source code Function as follows 1, you can change the size of the text box with the form 2, reads the file size is limited 3, the form of the title is displayed in real time the current file name 4, you can change the text font and background colors through the menu 5, using the clipboard 6, you can find a string, use to deal with strings 7, you can all the entire document 8, can be inserted at the specified date and time 9, the use of public dialog, save, open, print, etc.
Date : 2026-01-17 Size : 6kb User : 李丹
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.