![]() |
|
|
|
#1
|
|||
|
|||
|
for only accessing ports you can use TVicHW32 or TVicPort from
wxw.entechtaiwan.com regards |
|
#2
|
|||
|
|||
|
You can use the WinIO library (www.internals.com). WinIo library allows direct I/O port and physical memory access under Windows 9x/NT/2000 and XP, provides fast I/O port access, good memory mapping support and can be used from non-administrative accounts under Windows NT/2000 and XP. The source code is available.
|
|
#3
|
|||
|
|||
|
NT4 DDK
hxxp://lad.dsc.ufcg.edu.br/download/nt4ddk.zip 98 DDK hxxp://download.microsoft.com/download/win98SE/Install/Gold/W98/EN-US/98DDK.EXE hxxp://www.tu-chemnitz.de/informatik/RA/educ/mop/98DDK.EXE 2K DDK fxp://ftp.atfile.com/files/WindowsDDK/Win2k/2kddknly.exe fxp://ftp2.atfile.com/download/WindowsDDK/Win2k/2kddknly.exe DIRECTIO/GIVEIO hxxp://lad.dsc.ufcg.edu.br/download/DIRECTIO.ZIP 98/NT/2K DDK was free at one time
|
|
#4
|
|||
|
|||
|
Hi,
You can use PortTalk v2.0. It's free also. Check hxxp://www.beyondlogic.org AliAli |
|
#5
|
|||
|
|||
|
Thanx for all reply!
Especially to ColdCoder for the cool links. Big Thanx! I try to reply to all of you in one session... I don't have DriverStudio, but as I know these tools like NuMega's one needs DDK for complete development too. (I was tried Jungo WinDriver suite.) I need only direct Port I/O, but I need to build _my own_ Kernel Mode Driver, thats why I need Windows DDK. EnTech doesnt release their sources for free, so this components are useless for me. GiveIO, WinIO and PortTalk are has very usefull sources, but all need DDK to build the binaries. Conclusion... atm, I'm working on my own "PortIO.sys" based on GiveIO and coded in MASM32 using KmdKit, Windows DDK's and the above sources must be enough to finish my job. ![]() Thx again. p.s.: If I success then I post the source here, maybe somebody will like it. |
|
#6
|
|||
|
|||
|
You can try MinGW (hxxp://mingw.sourceforge.net/).
w32api-2.5.tar.gz package have some intersting stuff for NT driver programming (see include\ddk and lib\ntoskrnl.lib) |
|
#7
|
|||
|
|||
|
DDK
Which DDK do you want?
Which I/O ports do you want to access? I have written a Kernel Mode driver for parallel port access: http://www.pcjunkie.cwc.net |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Hades:Windows kernel driver lets reverse engineers monitor user and kernel mode code | sh3dow | Source Code | 0 | 05-12-2016 03:15 |
| How to pass the large data in kernel mode to user mode? | benina | General Discussion | 3 | 03-06-2010 04:50 |
| Modifying Kernel Mode Driver for Hyper Threading | aldente | General Discussion | 8 | 08-13-2004 10:11 |