chemist
March 25th, 2005, 21:37
Hi everyone I am just wondering how you update the contents of a compressed DLL file that is called from an executable.
I have been using Olly and usually when it comes to patching an executable you just go "copy to executable...etc" after you have made your ASM changes.
The program i am working has an executable. It calls a DLL and the serial registration routine is in there. If you open the DLL directly, it says it is compressed, encrypted or whatever and says it may not open properly. The crack is easy, simply changing a JE to a JNZ and i can do this in OLLY however there is no way to save the changes to the DLL file.
So, how do you make such a change permanent???
Regards
I have been using Olly and usually when it comes to patching an executable you just go "copy to executable...etc" after you have made your ASM changes.
The program i am working has an executable. It calls a DLL and the serial registration routine is in there. If you open the DLL directly, it says it is compressed, encrypted or whatever and says it may not open properly. The crack is easy, simply changing a JE to a JNZ and i can do this in OLLY however there is no way to save the changes to the DLL file.
So, how do you make such a change permanent???
Regards