Log in

View Full Version : Breakpoint on Javascript alert?


forrestuv
December 29th, 2011, 03:09
Hi!
I'm new to this forum
I have a program that open a little browser window (an ieframe)inside itself and execute a javascript code that check for something when I hit a button on that page and throw an alert().
I can see the dialog with that alert in the windows list but can't find the right point where to put the bp and follow the javascript.(ollydbg 201d)

where is javascript executed?
any advice?
I'm not an expert unfortunately

thank you

bluebyrd
December 31st, 2011, 14:39
Chances are, it's using JScript, last time I checked API Monitor by Rohitab didn't have definitions for the JScript COM interface.
There might be other COM monitors that do, but that's as much as I can help without further information.

forrestuv
January 5th, 2012, 14:47
hmmmm..how do I identify the memory zone where javascript is running?
Maybe I don't need any COM monitor?