Log in

View Full Version : Where to begin?


balt
January 19th, 2003, 17:24
I'm new to debugging "hardcore" style, and I'm stuck with an interesting challenge: I need to find out what parameters are passed to a DLL function with neither source code to that DLL nor the calling app. Is there a tutorial that shows how such a chore could be accomplished?

cheers

- Balt

Wayne
January 19th, 2003, 19:18
Breakpoint on the DLL function and press Ctrl+A, OllyDbg will analyse the parameters for you

balt
January 20th, 2003, 09:12
Thanks. Is this PB Wayne btw?