![]() |
|
|
|
#1
|
|||
|
|||
|
Hi
Find the displayed string in IDA disassembly and then you will see references to it or set bpx when the string is loaded Regards amigo |
|
#2
|
|||
|
|||
|
You can use ApiSpy v2.5 (hxxp://www.matcode.com/apis32.htm ) . It's usefull tool
|
|
#3
|
||||
|
||||
|
createwindow, showwindow,etc... or in Sice use WM_CREATE, WM_CLOSE events.
|
|
#4
|
|||
|
|||
|
I will try again and let you know. thanks for ur replies
|
|
#5
|
|||
|
|||
|
There is also "UpdateLayeredWindow" if it has the WS_EX_LAYERED bit set. This is used instead of ShowWindow in this case. (only available under win2000/xp).
Otherwise its likely to be CreateWindow or CreateWindowEx with WS_VISIBLE set, or WS_VISIBLE not set, but followed by ShowWindow. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Zip Plaintext Attack Query | Numega Softice | General Discussion | 1 | 03-26-2004 01:30 |