![]() |
|
|
|
#1
|
|||
|
|||
|
Morphine 1.2
Anybody knows, why files, crypted by Morphine 1.2 is not run on Win9x?
I tested this cryptor on ASM, C++, Delphi compiled files and any of them was not run ![]() Anybody tried unpack Morphine? It's simple? |
|
#2
|
|||
|
|||
|
Code:
mov eax,fs:[000000018h] //TEB mov eax,[eax+030h] //PEB mov [eax+008h],ecx //rewrite old imagebase mov eax,[eax+00Ch] mov eax,[eax+00Ch] // <-- error, that's why :) mov [eax+018h],ecx //rewrite old imagebase
|
|
#3
|
||||
|
||||
|
Anybody tried unpack Morphine? It's simple?
it use Meta engine! unpacking is Verry hard -al least for newbie like me- but possible... Regards |
![]() |
|
|