View Full Version : Breakpoint on CreateWindowsExA in win2000
Anonymous
July 23rd, 2003, 06:47
It is possible in Olly Debugger?
Ricrado Narvaja
July 23rd, 2003, 14:14
Yes
Ricardo
Anonymous
July 23rd, 2003, 14:48
Or the longer answer...
bp CreateWindowExA
using the Ollydbg command line...
Teerayoot
July 24th, 2003, 00:30
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
July 24th, 2003, 04:55
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
July 24th, 2003, 23:12
It never break for me!,what'wrong on my computor?
Anonymous
July 25th, 2003, 02:37
Try reinstalling Ollydbg and using latest command line plugin.
yaa
July 27th, 2003, 02:16
It could be that CreateWindowExA is NOT called. The application could be using MFC or some other library to create windows.
yaa
Anonymous
July 27th, 2003, 11:14
Ermm... The MFC library itself uses CreateWindowExA when you ask it to create a window... So do most other libraries.
Anonymous
August 2nd, 2003, 20:13
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..
Powered by vBulletin® Version 4.2.2 Copyright © 2018 vBulletin Solutions, Inc. All rights reserved.