PDA

View Full Version : finding function names


Anonymous
06-13-2003, 04:16 AM
if an exception occurs in a dll that is used by a program, how do you find the function in which the exception occurred?

TBD
06-13-2003, 04:23 AM
you can use the trace feature or inspect the stack

Klomp
06-13-2003, 06:26 AM
I thought ollydbg stopped execution as soon as an exception occured?

TBD
06-13-2003, 07:13 AM
Klomp: you can ignore exceptions (check options)