Re: Reverse-engineering USB protocol
- From: "Doron Holan [MSFT]" <doronh@xxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 21 May 2008 14:23:19 -0700
if you end up writing your own driver, i would also suggest that you use winusb and have your app implement the protocol and let winusb shuttle the bits for you.
d
--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.
"Kerem Gümrükcü" <kareem114@xxxxxxxxxxx> wrote in message news:uv3p9wwuIHA.576@xxxxxxxxxxxxxxxxxxxxxxx
Hi Joseph,
i dont know, maybe this can help you
[IrpTracker]
http://www.osronline.com/article.cfm?article=199
[USB Snoopy]
http://www.wingmanteam.com/usbsnoopy/
[Usb Sniffer for Windows]
http://sourceforge.net/project/showfiles.php?group_id=34567
[LibUsb-Win32]
http://libusb-win32.sourceforge.net/
The last one once saved me from writing some Kernel
Code for a Device i had no real driver for it,...
Maybe this will help you some way,...
Regards
Kerem
--
----------------------- Beste Grüsse / Best regards / Votre bien devoue
Kerem Gümrükcü
Microsoft Live Space: http://kerem-g.spaces.live.com/
Latest Open-Source Projects: http://entwicklung.junetz.de
----------------------- "This reply is provided as is, without warranty express or implied."
"Joseph M. Newcomer" <newcomer@xxxxxxxxxxxx> schrieb im Newsbeitrag
news:vgd734trp5rf68jd8k3f4cql1ajahejvsc@xxxxxxxxxx
OK, I have this device which has no documentation, and black-box softwarethat doesn'treally work very well. I need to reverse-engineer what is going outacross the USBconnection and/or study ReadFile, WriteFile, and DeviceIoControl calls. Ineed to writeworking software for this mess. It doesn't do a whole lot: turn on light,turn off light,read image. The current software obnoxiously changes the video displayresolution, whichcauses all kinds of problems on high-res displays and multimonitorsystems, so I'm tryingto write software that doesn't look like it was written by idiots whonever saw a realcomputer or a real GUI.data going back
Any suggestions for tools? I looked at filemon, but it doesn't show theand forth, just the IRPs.
joe
Joseph M. Newcomer [MVP]
email: newcomer@xxxxxxxxxxxx
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm
.
- References:
- Reverse-engineering USB protocol
- From: Joseph M . Newcomer
- Re: Reverse-engineering USB protocol
- From: Kerem Gümrükcü
- Reverse-engineering USB protocol
- Prev by Date: Re: Reverse-engineering USB protocol
- Next by Date: Re: Reverse-engineering USB protocol
- Previous by thread: Re: Reverse-engineering USB protocol
- Next by thread: how to wait for file to be unlocked?
- Index(es):
Relevant Pages
|