Re: Exploring unmanaged dlls

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



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 of
parameter info. Then, are you saying i'm out of luck?PE Explorer has a decent disassembler built in. Have you ever tried to
press that button? There's only one way to figure out the parameters:
run the disassembler and read the disassembly output.

Tm

.



Relevant Pages