Posted by [Garbage] on 1/15/2000, 2:58 pm
, in reply to "Some info about the MessageBox task"
195.226.127.217
I hoped you would say that. I think I found something else that say that it is a MessageBox, but i am not sure. perhaps you can help * Possible StringData Ref from Data Obj ->"The key does not match license "
->"owner."
|
:00446FAB 6890A04900 push 0049A090
:00446FB0 8B500C mov edx, dword ptr [eax+0C]
:00446FB3 52 push edx
:00446FB4 8B4868 mov ecx, dword ptr [eax+68]
:00446FB7 51 push ecx
:00446FB8 E8BDD80100 call 0046487AWhen the call is executed we come to:
:0046487A 55 push ebp
:0046487B 8BEC mov ebp, esp
:0046487D 83C4E0 add esp, FFFFFFE0
:00464880 53 push ebx
:00464881 56 push esi
:00464882 57 push edi
:00464883 8B7D18 mov edi, dword ptr [ebp+18]
:00464886 8B7514 mov esi, dword ptr [ebp+14]
:00464889 8B5D08 mov ebx, dword ptr [ebp+08]
:0046488C 85F6 test esi, esi
.
.
.
:004648F8 FF75FC push [ebp-04]
:004648FB FF75F8 push [ebp-08]
:004648FE FF75F4 push [ebp-0C]
:00464901 FF75F0 push [ebp-10]* Reference To: USER32.MessageBoxExA, Ord:0000h
|
:00464904 E8096E0200 Call 0048B712is it possible that this is the MessageBox the pos up? i am not sure, it's just a guess. perhaps you can help.
thanks a lot
[Garbage]