Quote:
Originally posted by Texas Heat Ok so everyone has used some kind of software that requires a user name and password to access. Now I know that there are software packages out that will "crack" cd's and such. But how are they writen? My intent is nothing malicous or anything just curious. How is it that these people can fool a cd, or program to register a password? Does anyone here know? Has anyone else ever wondered? Maybe its just me. |
if your talking about cracking a program that needs CD verfication you just take the original and open it up in a debugger and hex editor and step thru it step by step till you find the places where it branches or forks to look for the CD, change it so it doesnt fork, save it and then copy that over the original. You can do the same for password verification, just get rid of the password verification part. Is that what your talking about?
Other way is just to brute force the password with something like "john the ripper".