donfy
March 20th, 2004, 17:53
I have used Deassembler W32 and and Olly.
Therefore W32 tells me that to the sentence: "non installed key"
to which correspond two offsetts: 00024145h and 00024097h
To these two offsetts, corriponde a same jmp 0042BC50
To which corresponds all this:
| :00401000(U)
|
:0042BC50 64A100000000 movs eax, dword ptr fs:[00000000]
:0042BC56 55 pushes ebp
:0042BC57 8BEC movs ebp, esp
:0042BC59 6AFF pushes FFFFFFFF
:0042BC5B 687DBD4200 pushes 0042BD7D
:0042BC60 50 pushes eax
:0042BC61 64892500000000 movs dword ptr fs:[00000000], esp
:0042BC68 83EC1C sub esp, 0000001C
:0042BC6B 56 pushes esi
:0042BC6C 57 pushes edi
:0042BC6D 8BF1 movs esi, ecx
:0042BC6F 6A01 pushes 00000001
I believe is the routine where the Dongle works...
To the push 00274b to which it corresponds "the key is not installed" I have found that they are connected two addresses: 00424c97 and 00424d45
I have put with Olly a BP and the program stop here before giving me the error message.
But I don't now know whether to go on and I ask your help.
Tell me if everything thin for an ignorantone...
I have read tutorial to all flattens, but vio I pray helped me.
I want to know how change instruction in routine with OLLY.
Thanks
Therefore W32 tells me that to the sentence: "non installed key"
to which correspond two offsetts: 00024145h and 00024097h
To these two offsetts, corriponde a same jmp 0042BC50
To which corresponds all this:
| :00401000(U)
|
:0042BC50 64A100000000 movs eax, dword ptr fs:[00000000]
:0042BC56 55 pushes ebp
:0042BC57 8BEC movs ebp, esp
:0042BC59 6AFF pushes FFFFFFFF
:0042BC5B 687DBD4200 pushes 0042BD7D
:0042BC60 50 pushes eax
:0042BC61 64892500000000 movs dword ptr fs:[00000000], esp
:0042BC68 83EC1C sub esp, 0000001C
:0042BC6B 56 pushes esi
:0042BC6C 57 pushes edi
:0042BC6D 8BF1 movs esi, ecx
:0042BC6F 6A01 pushes 00000001
I believe is the routine where the Dongle works...
To the push 00274b to which it corresponds "the key is not installed" I have found that they are connected two addresses: 00424c97 and 00424d45
I have put with Olly a BP and the program stop here before giving me the error message.
But I don't now know whether to go on and I ask your help.
Tell me if everything thin for an ignorantone...
I have read tutorial to all flattens, but vio I pray helped me.
I want to know how change instruction in routine with OLLY.
Thanks