![]() |
|
#8
|
|||
|
|||
|
The problem with dll must rely (almost for sure) in a module which calls Yours dll (it could be main executable) - that's the way I would do a check like this. Method for finding check in this case You should chose by Yourself. I suggest You set a breakpoint on ExitProcess or, if it hangs, back-trace to the place where the last (or "few" last) function are called and find the cause. Also, You can always notice correct order of function calling with untouched dll, then change Your dll and notice what's changing.
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how can i check bad pointer on asm? | DMichael | General Discussion | 5 | 03-22-2014 03:03 |
| What Debug check it does? | loman | General Discussion | 1 | 02-18-2004 18:13 |
| CRC Check - Help Me!! | byvs | General Discussion | 1 | 06-19-2002 13:13 |
| Check CRC !!! | byvs | General Discussion | 1 | 05-26-2002 05:54 |