Re: Exploring unmanaged dlls
- From: eggie5@xxxxxxxxx
- Date: 19 Oct 2006 12:26:36 -0700
Yeah, i'm using PE explorer as the disassembler. It's been pretty
helpful so far, because I can see inside usb.dll is just a wrapper
around the standard usb hid windows api functions. It leads me to
believe the there something else going on besides standard hid io. I
guess now i have to disassemble the program that's actually using
usb.dll. but the only thing i can make out in that asm is function
calls, everything else is jibbersh -- i guess have to read up on asm
syntax...
On Oct 19, 2:17 am, "TechMan" <inbo...@xxxxxxxxx> wrote:
egg...@xxxxxxxxx wrote:
Well I'm looking at my dll in pe explorer and I don't see any traces ofpress that button? There's only one way to figure out the parameters:
parameter info. Then, are you saying i'm out of luck?PE Explorer has a decent disassembler built in. Have you ever tried to
run the disassembler and read the disassembly output.
Tm
.
- References:
- Exploring unmanaged dlls
- From: eggie5
- Re: Exploring unmanaged dlls
- From: William DePalo [MVP VC++]
- Re: Exploring unmanaged dlls
- From: eggie5
- Re: Exploring unmanaged dlls
- From: TechMan
- Exploring unmanaged dlls
- Prev by Date: Re: Serialization question
- Next by Date: SetupAPI - SetupDiGetDeviceInterfaceDetail problems?
- Previous by thread: Re: Exploring unmanaged dlls
- Next by thread: (Exception from HRESULT: 0x8007007F)
- Index(es):
Relevant Pages
|