Web
: http://mxb.cjb.net
Contact Me : [email protected] or [email protected]
Ultra Edit 7b
Type : Editor
Protection : Key File
Tech : Patching
Crack : UE uses key file protection to validate registration.
I have not found a real serial number but I have successfully
patched this program.
How to stop the program from exiting:
0x4696A7 Mov ECX,EDI
0x4696AC CALL [EAX+58] => don't exec this and jump to 0x4696C5 CALL 0x492742
......................
To patch : Fill with with NOP (90)
Offset : 0x696A9
How to crack nag screen :
0x46964D JG 0x46965B
0x46964F CMP [ESI+144],EBX
0x469655 JNZ 0x4695D1
To patch : Fill 0x46964D and 0x46964F opcodes with NOP (90)
and convert JNZ (0F 85) ==> JMP (90 E9)
0x4695E1 CALL 0x491EBD
Disable this call i.e fill with NOP