Log in

View Full Version : Question about Nag's


dmx
April 2nd, 2005, 05:09
Good day. I found one intresting crackme. It using some function that calling nag.. I want patch it.. but don't know how.. after pathing always got error...
see this function making nag...
00426583 CALL CreateWindowExA ;(when class name-TMessageForm)
but i tired look for correct call before this or somfind like that...
My solution is something similar to loader.. i don't like this way..
Maibe you know-after window created - it using something for showing or no?
Any idea?

TQN
April 2nd, 2005, 21:24
This crackme was written in Delphi 4. At 004431A6, it call Dialogs::ShowMessage(string s) to show the nag message box. So, you can nop this call to turn off the nag.
Regards,

haule_nth
April 3rd, 2005, 01:46
ok only NOP the CALL before it can be called

dmx
April 3rd, 2005, 09:15
Of course! Thanks! I'm forget make 2 thing's..
also you can look at 441821...it's to can be useful to :-)