henrik
March 6th, 2009, 07:56
Hey
I have managed to get to the function of a program which is displaying a messagebox that my input was incorrect. My problem is that I want to know where this code was called from. If I stand on top of the called function the call stack and the trace window is empty.
If I get out of the function the line above is not the one who called the "wrong input" function. Which means it's not returning to the "correct" place.
So I tought maybe this was just a function that got called by a simple jump. But I can't get any information about where that would be.
What can I do to get what line of code called (or jumped) to this function?
If I'm unclear and you don't understand what I mean please write so I can refrase it.
Forgot to say that I'm using ollydbg.
//Henrik
I have managed to get to the function of a program which is displaying a messagebox that my input was incorrect. My problem is that I want to know where this code was called from. If I stand on top of the called function the call stack and the trace window is empty.
If I get out of the function the line above is not the one who called the "wrong input" function. Which means it's not returning to the "correct" place.
So I tought maybe this was just a function that got called by a simple jump. But I can't get any information about where that would be.
What can I do to get what line of code called (or jumped) to this function?
If I'm unclear and you don't understand what I mean please write so I can refrase it.
Forgot to say that I'm using ollydbg.
//Henrik