內核模塊同進程對話有兩種主要途徑。一種是通過設備文件(比如/dev 目錄中的文件),另一種是使用proc文件系統。我們把一些東西寫入內核的一個主要原因就是支持一些硬件設備,所以我們從設備文件開始。
上傳時間: 2013-12-26
上傳用戶:851197153
* first open client.cpp and search for that USER_MSG_INTERCEPT(TeamInfo) over it u add this Code: USER_MSG_INTERCEPT(Health) { BEGIN_READ(pbuf,iSize) me.iHealth = READ_BYTE() return USER_MSG_CALL(Health) } * then we search for int HookUserMsg (char *szMsgName, pfnUserMsgHook pfn) and add this Code: REDIRECT_MESSAGE( Health ) *k now we have the health registered and can read it out i stop this hear know cuz i must thanks panzer and w00t.nl that they helped me with it first time! *ok now we go to int HUD_Redraw (float x, int y) and packing this draw code in it Code:
標簽: USER_MSG_INTERCEPT TeamInfo client search
上傳時間: 2016-01-22
上傳用戶:ynzfm
CHAPT03\CHAPT03.CPP 16-Bit test program for class PC8250 CHAPT03\CHAPT03.EXE 16-Bit executable of the test program CHAPT03\CHAPT03.MAK A makefile for Borland or Microsoft C
標簽: CHAPT 03 executable Bit
上傳時間: 2016-02-03
上傳用戶:ommshaggar
CHAPT04\CHAPT04.CPP 16-Bit test program for the Digi Classic board CHAPT04\CHAPT04.EXE 16-Bit executable of the test program CHAPT04\CHAPT04.MAK A makefile for Borland or Microsoft C++ CHAPT04\CLASSIC.CPP Implementation of the ClassicHandler class CHAPT04\CLASSIC.H Declaration of the ClassicHandler class
上傳時間: 2013-11-30
上傳用戶:
CHAPT05\CHAPT05.CPP 16-Bit test program for the initelligent Digi board. CHAPT05\CHAPT05.EXE 16-Bit executable of the test program CHAPT05\CHAPT05.MAK A makefile for Borland or Microsoft C++ CHAPT05\DIGI.CPP Implementation of the Digiboard class CHAPT05\DIGI.H Declaration of the Digiboard cla
標簽: CHAPT 05 initelligent Bit
上傳時間: 2016-02-03
上傳用戶:aappkkee
CHAPT06\CHAPT06.CPP 16-Bit test program for the BiosPort class CHAPT06\CHAPT06.EXE 16-Bit executable of the test program CHAPT06\CHAPT06.MAK A makefile for Borland or Microsoft C++ CHAPT06\BIOSPORT.CPP Implementation of the BiosPort class CHAPT06\BIOSPORT.H Declaration of the BiosPort cla
標簽: CHAPT 06 executable Bit
上傳時間: 2016-02-03
上傳用戶:wpwpwlxwlx
CHAPT07\CHAPT07.CPP 16-Bit test program for the Fossil class CHAPT07\CHAPT07.EXE 16-Bit executable of the test program. CHAPT07\CHAPT07.MAK A makefile for Borland or Microsoft C++ CHAPT07\BIOSPORT.CPP A copy of the file from Chapter 6 CHAPT07\BIOSPORT.H A copy of the file from Chapter 6
標簽: CHAPT 07 executable Bit
上傳時間: 2013-12-09
上傳用戶:ruixue198909
CHAPT08\TESTTERM.CPP 16-Bit test program for the terminal emulation classes CHAPT08\TESTTERM.EXE 16-Bit executable of the test program. CHAPT08\TESTTERM.MAK A makefile for Borland or Microsoft C++.
標簽: TESTTERM CHAPT emulation terminal
上傳時間: 2016-02-03
上傳用戶:小寶愛考拉
CHAPT09\TERMW16.CPP 16-Bit test program for the Win16Port class. CHAPT09\TERMW16.DEF A file needed by the linker for this program. CHAPT09\TERMW16.EXE 16-Bit exeuctable of the test program. CHAPT09\TERMW16B.MAK A makefile for Borland C++. CHAPT09\TERMW16M.MAK A makefile for Microsoft C++.
上傳時間: 2016-02-03
上傳用戶:ukuk
CHAPT12\Chapt12.cpp Part of the 32-bit test progrma for the Win32Port class. CHAPT12\Chapt12.dsp The Visual C++ project file for the program. CHAPT12\Chapt12.dsw The Visual C++ workspace file for the program. CHAPT12\Chapt12.h The header file for the app s application class CHAPT12\Chapt12.ico The icon used in Chapt12.exe CHAPT12\Chapt12.rc The resource file use in the test program. CHAPT12\Chapt12Dlg.cpp The implementation of the dialog class CHAPT12\Chapt12Dlg.h The declarations of the dialog class CHAPT12\MyWin32Port.h Definition for a class derived from Win32Port. CHAPT12\resource.h The resource IDs
上傳時間: 2013-12-17
上傳用戶:yan2267246