![]() |
|
#1
|
||||
|
||||
|
How to patch .NET DLLs?
Hi everybody.
Yesterday I tried to patch a component of ASP .NET. The DLL had a simple check routine. It tested a 30-day license key. If there was no license key, It would show a box in a design page with this message : To remove this message, please, obtain a 30 day trial key. I changed some br and brfalse and so on. But at re-compiling time, .NET compiler stoped and said signature not found or something like this. What's the problem? What's wrong with the patched DLL? I thought my changes was wrong. So, I changed the place of EXPIRED and NO LICENSE messages in the DLL, but the above failure was occured again. Is there a signature stored in the DLL and .NET runtime libraries check them? Something like CRC? One of my friends has seen some crashes in patched DLLs. But patched EXE files work fine. ![]() Best regards. Last edited by Newbie_Cracker; 03-03-2005 at 23:31. |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| different DLLs have same udd name in OllyDbg | BlackWhite | General Discussion | 8 | 07-31-2014 03:04 |
| DLLs loading sequence | te$ter | General Discussion | 6 | 10-30-2013 18:52 |
| Unpacking DLLs | thomasantony | General Discussion | 22 | 08-18-2005 05:34 |
| DLLs | armmad8 | General Discussion | 2 | 06-09-2005 22:13 |