Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - section
Search - section - List
在 VCKBASE 的在线杂志 第36期 看到网友 xingxueping 的一篇名为“图形显示CPU内存利用率”的文章。感觉很不错。唯一不足的是外观不太完美, 所以有了要改进的想法。我又参考了一下Windows任务管理器(图一),于是模仿MS的东西,做了这个控件...... [代码性质] VC可重用代码段 [代码作者] 叶小舟 [文件大小] 174K [更新日期] 2005-11-11 10:31:00 -VCKBASE in the online magazine section 36 of xingxueping see a netizen called "graphics CPU memory utilization," the article. The feeling is very good. The only shortage is not perfect appearance, with the idea to improve. I have drawn a bit Windows Task Manager (Figure 1), and MS imitate things done the controls ...... [code nature] VC reusability of the code [code writers] Ye shallop [File Size : 174K [updated] 2005 - 11-11 10:31:00
Date : 2008-10-13 Size : 30.65kb User : ddd

一段汇编语言程序,这个程序可以无条件清除PC机BIOS的密码-section of assembly language procedures, which can be removed unconditionally PC BIOS passwords
Date : 2008-10-13 Size : 1.55kb User : 尹成科

FAT文件系统原理 计算机在按下power键以后,开始执行主板bios程序。进行完一系列检测和配置以后。开始按bios中设定的系统引导顺序引导系统。假定现在是硬盘。Bios执行完自己的程序后如何把执行权交给硬盘呢。交给硬盘后又执行存储在哪里的程序呢。其实,称为mbr的一段代码起着举足轻重的作用。MBR(master boot record),即主引导记录,有时也称主引导扇区。位于整个硬盘的0柱面0磁头1扇区(可以看作是硬盘的第一个扇区),bios在执行自己固有的程序以后就会jump到mbr中的第一条指令。将系统的控制权交由mbr来执行。在总共512byte的主引导记录中,MBR的引导程序占了其中的前446个字节(偏移0H~偏移1BDH),随后的64个字节(偏移1BEH~偏移1FDH)为DPT(Disk PartitionTable,硬盘分区表),最后的两个字节“55 AA”(偏移1FEH~偏移1FFH)是分区有效结束标志。-FAT file system in principle computer keys after pressing the power to start procedures for the implementation of motherboard bios. End conducted a series of inspections and subsequent distribution. Start by bios set in the boot sequence guidance system. It is assumed that drive. Bios implementation End after their own procedures on how the implementation of the right to drive it. Then drive to the store where the implementation of the procedure beforehand. In fact, as mbr section of the code will play a decisive role. MBR (master boot record), the master boot record that is sometimes also called master boot. Located in the entire drive 0 0 cylinder head a sector (can be seen as one drives the sector), bios their inherent in the implementation of the procedures will jump to the future mbr
Date : 2008-10-13 Size : 263.83kb User : henry

大家都知道,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 : 王涛

读取CLOCK GENATOR 的一段程序,可以看一看啊-read the section procedures can look at the ah
Date : 2008-10-13 Size : 957byte User : 徐组军

\\Tinix: 书中所附代码 其中很多目录中除了包含源代码(*.asm, *.inc, *.c, *.h)外,还有这样一些文件: boot.bin 引导扇区(Boot Sector),可通过 FloppyWriter 写入软盘(或软盘映像)。 loader.bin LOADER,直接拷贝至软盘(或软盘映像)根目录。 kernel.bin 内核(Kernel),直接拷贝至软盘(或软盘映像)根目录。 bochsrc.bxrc Bochs 配置文件,如果系统中安装了 Bochs-2.1.1 可直接双击之运行。其它细节请见书第 2.7 节。 godbg.bat 调试时可使用此批处理文件。它假设 Bochs-2.1.1 安装在 D:\\Program Files\\Bochs-2.1.1\\ 中。 TINIX.IMG 软盘映像。可直接通过 Bochs 或者 Virtual PC 运行。 *.com 可以在 DOS (必须为纯 DOS) 下运行的文件。 \\Tools: 一些小工具 (在 VC6 下编译通过) DescParser 描述符分析器,输入描述符的值,可以得出起基址、界限、属性等信息。 ELFParser ELF 文件分析器,可以列出一个 ELF 文件的 ELF Header、 Program Header、Section Header 等信息。 FloppyWriter 用以写引导扇区,支持软盘和软盘映像。 KrnlChecker 用以检查一个 Tinix 内核加载后位置是否正确。 -\\ Tinix : There are many of them attached code directory contains in addition to the source code (*. asm2. *. inc, *. c, *. h), if there are such documents : boot.bin boot (Boot Sector) written by FloppyWriter diskette (or floppy disk image). Loader.bin LOADER direct copy to a diskette (or floppy disk image) root directory. Kernel.bin kernel (Kernel), the direct copying to floppy disk (or floppy disk image) root directory. Bochsrc.bxrc Bochs configuration files, If the system installed Bochs - 2.1.1 can be directly's Double-click operation. Other details, see paragraph 2.7. Godbg.bat debugging can use this batch file. It assumes that Bochs - 2.1.1 installed on the D : \\ Program Files \\ Bochs - 2.1.1 \\ China. TINIX.IMG floppy disk image. Bochs directly or through Virtual PC operation. *
Date : 2008-10-13 Size : 1.24mb User : wonge

利用远线程插入,运行后删除自身的一段代码。-use far threaded insert, delete itself after running a section of code.
Date : 2008-10-13 Size : 5.72kb User : 老甘

DL : 0
PE文件详解 包括 DOS Header, PE Header Optional Header, Export Table ,Import Table, Section Table 详尽的代码一一帮你分解,为你解开pe文件的面纱.希望对大家有所帮助.
Date : 2008-10-13 Size : 2.31mb User : tanghao

在 VCKBASE 的在线杂志 第36期 看到网友 xingxueping 的一篇名为“图形显示CPU内存利用率”的文章。感觉很不错。唯一不足的是外观不太完美, 所以有了要改进的想法。我又参考了一下Windows任务管理器(图一),于是模仿MS的东西,做了这个控件...... [代码性质] VC可重用代码段 [代码作者] 叶小舟 [文件大小] 174K [更新日期] 2005-11-11 10:31:00 -VCKBASE in the online magazine section 36 of xingxueping see a netizen called "graphics CPU memory utilization," the article. The feeling is very good. The only shortage is not perfect appearance, with the idea to improve. I have drawn a bit Windows Task Manager (Figure 1), and MS imitate things done the controls ...... [code nature] VC reusability of the code [code writers] Ye shallop [File Size : 174K [updated] 2005- 11-11 10:31:00
Date : 2025-12-14 Size : 170kb User : ddd

一段汇编语言程序,这个程序可以无条件清除PC机BIOS的密码-section of assembly language procedures, which can be removed unconditionally PC BIOS passwords
Date : 2025-12-14 Size : 1kb User : 尹成科

FAT文件系统原理 计算机在按下power键以后,开始执行主板bios程序。进行完一系列检测和配置以后。开始按bios中设定的系统引导顺序引导系统。假定现在是硬盘。Bios执行完自己的程序后如何把执行权交给硬盘呢。交给硬盘后又执行存储在哪里的程序呢。其实,称为mbr的一段代码起着举足轻重的作用。MBR(master boot record),即主引导记录,有时也称主引导扇区。位于整个硬盘的0柱面0磁头1扇区(可以看作是硬盘的第一个扇区),bios在执行自己固有的程序以后就会jump到mbr中的第一条指令。将系统的控制权交由mbr来执行。在总共512byte的主引导记录中,MBR的引导程序占了其中的前446个字节(偏移0H~偏移1BDH),随后的64个字节(偏移1BEH~偏移1FDH)为DPT(Disk PartitionTable,硬盘分区表),最后的两个字节“55 AA”(偏移1FEH~偏移1FFH)是分区有效结束标志。-FAT file system in principle computer keys after pressing the power to start procedures for the implementation of motherboard bios. End conducted a series of inspections and subsequent distribution. Start by bios set in the boot sequence guidance system. It is assumed that drive. Bios implementation End after their own procedures on how the implementation of the right to drive it. Then drive to the store where the implementation of the procedure beforehand. In fact, as mbr section of the code will play a decisive role. MBR (master boot record), the master boot record that is sometimes also called master boot. Located in the entire drive 0 0 cylinder head a sector (can be seen as one drives the sector), bios their inherent in the implementation of the procedures will jump to the future mbr
Date : 2025-12-14 Size : 264kb User : henry

大家都知道,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 : 2025-12-14 Size : 66kb User : 王涛

读取CLOCK GENATOR 的一段程序,可以看一看啊-read the section procedures can look at the ah
Date : 2025-12-14 Size : 1kb User : 徐组军

\Tinix: 书中所附代码 其中很多目录中除了包含源代码(*.asm, *.inc, *.c, *.h)外,还有这样一些文件: boot.bin 引导扇区(Boot Sector),可通过 FloppyWriter 写入软盘(或软盘映像)。 loader.bin LOADER,直接拷贝至软盘(或软盘映像)根目录。 kernel.bin 内核(Kernel),直接拷贝至软盘(或软盘映像)根目录。 bochsrc.bxrc Bochs 配置文件,如果系统中安装了 Bochs-2.1.1 可直接双击之运行。其它细节请见书第 2.7 节。 godbg.bat 调试时可使用此批处理文件。它假设 Bochs-2.1.1 安装在 D:\Program Files\Bochs-2.1.1\ 中。 TINIX.IMG 软盘映像。可直接通过 Bochs 或者 Virtual PC 运行。 *.com 可以在 DOS (必须为纯 DOS) 下运行的文件。 \Tools: 一些小工具 (在 VC6 下编译通过) DescParser 描述符分析器,输入描述符的值,可以得出起基址、界限、属性等信息。 ELFParser ELF 文件分析器,可以列出一个 ELF 文件的 ELF Header、 Program Header、Section Header 等信息。 FloppyWriter 用以写引导扇区,支持软盘和软盘映像。 KrnlChecker 用以检查一个 Tinix 内核加载后位置是否正确。 -\ Tinix : There are many of them attached code directory contains in addition to the source code (*. asm2.*. inc,*. c,*. h), if there are such documents : boot.bin boot (Boot Sector) written by FloppyWriter diskette (or floppy disk image). Loader.bin LOADER direct copy to a diskette (or floppy disk image) root directory. Kernel.bin kernel (Kernel), the direct copying to floppy disk (or floppy disk image) root directory. Bochsrc.bxrc Bochs configuration files, If the system installed Bochs- 2.1.1 can be directly's Double-click operation. Other details, see paragraph 2.7. Godbg.bat debugging can use this batch file. It assumes that Bochs- 2.1.1 installed on the D : \ Program Files \ Bochs- 2.1.1 \ China. TINIX.IMG floppy disk image. Bochs directly or through Virtual PC operation.*
Date : 2025-12-14 Size : 1.59mb User : wonge

利用远线程插入,运行后删除自身的一段代码。-use far threaded insert, delete itself after running a section of code.
Date : 2025-12-14 Size : 5kb User : 老甘

一般的为PE文件新增一个节的代码都是汇编代码,但是这是一个VC写的为PE文件新增一个节的代码,代码注释详尽!-General for the PE file add a section of the code are compiled code, but this is a VC for the PE file written in a new section of the code, the code detailed notes!
Date : 2025-12-14 Size : 2.88mb User : 郭事业

你能够在Windows下把一段代码拷贝到其他进程中去,然后运行吗?如果你精通汇编语言地址重定位方面编程,也许会说小菜一碟,可是在VC下呢?本例子在VC下实现了,把一段代码(即自己写的一个函数)拷贝到其他进程(本例为explorer.exe)空间,然后在其他进程空间运行!-You can in Windows under the section of code are copied to the other process, and then run? If you are proficient in assembly language programming relocatable address, and perhaps will say that a piece of cake, but then the next VC? The examples in VC to achieve , and the piece of code (that is, to write a function) are copied to the other processes (in this case for explorer.exe) space, and then in the other processes running in space!
Date : 2025-12-14 Size : 34kb User : 郭事业

免费的一个防火墙代码 Title: Article Title Goes Here Author: Jesus Oliva Email: joliva@arrakis.es Environment: VC++ 5.0-6.0, NT 4.0, Win95/98 Keywords: win32, DDK, Driver, Firewall, Network Level: Intermediate Description: A easy windows firewall implementation Section System SubSection Device Drivers -A free firewall code Title: Article Title Goes HereAuthor: Jesus Oliva Email: joliva@arrakis.esEnvironment: VC++ 5.0-6.0, NT 4.0, Win95/98Keywords: win32, DDK, Driver, Firewall, NetworkLevel: IntermediateDescription: A easy windows firewall implementationSection SystemSubSection Device Drivers
Date : 2025-12-14 Size : 154kb User : imronin

本程序实现在系统条上添加一个日历的功能,可以以此提供对系统编程的一些参考。-Realize this procedure in the system to add a section on the calendar function, can also be used to provide some reference system programming.
Date : 2025-12-14 Size : 242kb User : 唐军

一段控制台WIN32 api代码,适合在控制台的程序使用-WIN32 api code section of the console, suitable for use in the console
Date : 2025-12-14 Size : 1kb User : 田浩
« 12 3 4 5 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.