Log in

View Full Version : Enable Menuitem


Drigo
February 27th, 2009, 14:14
Hey Guys.

I patched my target (including a very hard file check), put the program seems to have a memmory check. I cant find them. But when i perform the patch in real time with a loader (from me coded in .Net) the program disable one Menuitem. I cant find , where it is disabled. Somebody can me tell good words, to search for??

Thanks. (Yes i have read the rules)

FrankRizzo
February 27th, 2009, 17:33
Set a "READ" breakpoint on the section of code that you modify. When the CRC function reads the byte to add it to the calculations, it'll break, and point you to the CRC routine.

If that's what's going it, that should work just fine.