CrackMe® Practices for Newbies
PROJECT 6: caveman by Ghiribizzo

lines of ascii characrtes
Sunday, 21-Feb-99 13:52:17

    This happes because the username is displayed using int 21h.The function expects the string to end in '$' and the program doesn't add it ,so you must add a '$' sign at the end of the username.

    This will prevent some funny things to happen (in my case,the program displayed funny characters until I stopped it with Ctrl+Alt+Del :).

    Andy

    Andy


Message thread:

snakebyte's thread (snakebyte__@hotmail.com) (20-Feb-99 09:08:43)

Back to main board