View Full Version : Breakpoint on CreateWindowsExA in win2000
Anonymous
07-23-2003, 07:47 AM
It is possible in Olly Debugger?
Ricrado Narvaja
07-23-2003, 03:14 PM
Yes
Ricardo
Anonymous
07-23-2003, 03:48 PM
Or the longer answer...
bp CreateWindowExA
using the Ollydbg command line...
Teerayoot
07-24-2003, 01:30 AM
No,in command line ,ollydbg don't work if that prog is packed or crypted(sometime normal prog can't work too,becasuse ipt is in another module) ,you must set bp in user32.dll module name ,just press F2 on CreateWindowExA.
Anonymous
07-24-2003, 05:55 AM
Rubbish. "bp" can set it directly in the runtime library and so will work regardless of whether program is packed or not. I use it when unpacking Armadillo program so your talking crap.
Teerayoot
07-25-2003, 12:12 AM
It never break for me!,what'wrong on my computor?
Anonymous
07-25-2003, 03:37 AM
Try reinstalling Ollydbg and using latest command line plugin.
It could be that CreateWindowExA is NOT called. The application could be using MFC or some other library to create windows.
yaa
Anonymous
07-27-2003, 12:14 PM
Ermm... The MFC library itself uses CreateWindowExA when you ask it to create a window... So do most other libraries.
Anonymous
08-02-2003, 09:13 PM
you need to go look to see what APIs are being used in the program first.. CreateWindowExA usually HAS to be called sometime if its a GUI..
but go look at all the APIs being called..thats the easiest way.
sounds like its packed though..
vBulletin® v3.7.4, Copyright ©2000-2008, Jelsoft Enterprises Ltd.