Delphi.Driver.Development.Kit.004
Driver 

所属分类:Pascal/Delphi编程
开发工具:Delphi
文件大小:1945KB
下载次数:25
上传日期:2009-05-03 17:06:07
上 传 者Vogel
说明:  Delphi Driver Development Kit

文件列表:
samples\basic\build.bat (100, 2005-10-09)
samples\basic\compile.bat (88, 2005-10-09)
samples\basic\compile.debug.bat (94, 2005-10-09)
samples\basic\driver.dcu (882, 2005-10-09)
samples\basic\driver.obj (1112, 2005-10-09)
samples\basic\driver.pas (1343, 2005-10-09)
samples\basic\driver.sys (2240, 2005-10-09)
samples\basic\load\load.c (1344, 2005-10-07)
samples\basic\load\load.exe (2390, 2005-10-07)
samples\basic\load\load.o (1627, 2005-10-07)
samples\basic\load\loaddriver.bat (40, 2005-10-09)
samples\basic\load\Makefile (303, 2005-08-20)
samples\basic\load (0, 2005-10-09)
samples\basic (0, 2005-10-09)
samples\hookX\hook1\build.bat (102, 2005-10-09)
samples\hookX\hook1\compile.bat (90, 2005-10-09)
samples\hookX\hook1\compile.debug.bat (96, 2005-10-09)
samples\hookX\hook1\hook1.dcu (2774, 2005-11-13)
samples\hookX\hook1\hook1.obj (2584, 2005-11-13)
samples\hookX\hook1\hook1.pas (5145, 2005-10-09)
samples\hookX\hook1\hook1.sys (3264, 2005-11-13)
samples\hookX\hook1\load\load.c (2004, 2005-10-09)
samples\hookX\hook1\load\load.exe (5120, 2005-10-09)
samples\hookX\hook1\load\load.o (2376, 2005-10-09)
samples\hookX\hook1\load\loadhook.bat (37, 2005-08-20)
samples\hookX\hook1\load\Makefile (303, 2005-08-20)
samples\hookX\hook1\load (0, 2005-10-09)
samples\hookX\hook1 (0, 2005-11-13)
samples\hookX\hook2\build.bat (375, 2005-11-13)
samples\hookX\hook2\compile.bat (90, 2005-11-13)
samples\hookX\hook2\compile.debug.bat (96, 2005-11-13)
samples\hookX\hook2\drvcomm.dcu (608, 2005-11-13)
samples\hookX\hook2\drvcomm.obj (661, 2005-11-13)
samples\hookX\hook2\drvcomm.pas (652, 2005-11-13)
samples\hookX\hook2\func.dcu (1017, 2005-11-13)
samples\hookX\hook2\func.obj (1174, 2005-11-13)
samples\hookX\hook2\func.pas (962, 2005-11-13)
samples\hookX\hook2\hook2.dcu (3378, 2005-11-13)
samples\hookX\hook2\hook2.obj (2960, 2005-11-13)
samples\hookX\hook2\hook2.pas (6368, 2005-11-13)
... ...

Delphi Driver Development Kit v0.0.4 ==================================== by The Hacker Defender Project team Instructions ------------ To get .sys driver you have to run compile.but at first and then build.bat. compile.bat runs Delphi part of the work creating .obj. build.bat then converts this object file to MS supported format of OMF using OMF2D 1.02 written by EliCZ and then MS linker link.exe is used to assemble final .sys. As you can notice making drivers in Delphi is not supported by default so several hacks are made to make it working. One of these hacks is ignoring some linker errors and so that we receive some other errors and warnigs during linking. Final .sys is working well so don't take these warnings seriously but of course if you make your own driver there can be lot of other warnings and errors you should care about. In samples directory you've got some of our samples. Each example includes its own compile and build scripts. To compile debug version run compile.debug.bat instead of compile.bat. Versions -------- 0.0.4 - Third release comes with few more supported functions and hook3 from Driver coding tutorial. 0.0.3 - Third release comes with more supported functions, types, constants exports and also with new example - hook2 from Driver coding tutorial. x some functions are quite messy written in Delphi, if you know there is a chance to improve the code and make it more clear and elegant, let us know 0.0.2 - Second release comes with major changes in design. There are two samples now including hook1 from Driver coding tutorial. + unit DDDK.pas for easy driver coding, you only need to add uses DDDK in your source to get easy access to all supported functions 0.0.1 - This is very first release of DDDK. It is just proof of concept showing the possibility of making working Delphi driver. However, this version comes with working implementation of DbgPrint which can be very useful where it comes to the driver coding. visit our site http://www.hxdef.org (http://hxdef.net.ru, http://hxdef.czweb.org, http://rootkit.host.sk)

近期下载者

相关文件


收藏者