#1
|
||||
|
||||
CRC Check - Help Me!!
Dear Friends,
Do you know as disable a CRC Check? . And that it programs to use??. Or how to do?? Thank you for the help. V.S |
#2
|
|||
|
|||
Hi byvs,
Well, first find out "where" it's performing the CRC check And if you find that place, then search for where it's comparing the original value with the CRC'ed value This can be a simple "cmp original, CRC" or it can be done a little harder... To find the place you could break on API's like CreateFileA, ReadFile... that kind of things, or use for example "bpm 00401000 rw" Cya... CoDe_InSiDe |
Thread Tools | |
Display Modes | |
|
|
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 |
Help Me - CRC Check and FileSize Check | byvs | General Discussion | 11 | 07-31-2003 13:32 |
Check CRC !!! | byvs | General Discussion | 1 | 05-26-2002 05:54 |