View Full Version : help OLLYDBG
wrangly
November 18th, 2007, 20:00
hello! I am new in ollydbg so i have problems hacking a password...
i want to find where is in an application the "place" where i have to write the password. i want to make the application to show a success message if i put a wrong password... i search for text string "type password:" but nothing.
The application has a local text files which includes all the text strings in the application and it is like : #0 something...
#1 start
...
#320 type password
Ok i want to find where this string in the text file(#320) is located in the application...
sorry for my bad English...
Woodmann
November 18th, 2007, 22:55
Sorry for my bad reply........
Yes your English is bad so try again to explain your problem.
For example, you said you want the program to show a good boy when you enter the wrong password. This makes no sense.\
Are you looking for the place in the code that shows you the password?
Are you looking for a place in the code that shows you the bad boy ?
Do you have some code to show us?
Without these things we cannot help you.
Regards, Woodmann
esther
November 19th, 2007, 04:52
Its looks like this post should be in newbies forum rather than ollydbg.Its not a question on ollydbg...
Just my 2 cents

naides
November 19th, 2007, 06:09
Quote:
[Originally Posted by wrangly;70321]hello! I am new in ollydbg so i have problems hacking a password...
The technical terms are cracking or fishing. Hacking refers to network based exploits or a really bad cough
i want to find where is in an application the "place" where i have to write the password. i want to make the application to show a success message if i put a wrong password... Getting a success goodboy message only helps if the program also change the behavior to "registered". Otherwise you only got a fake orgasm
i search for text string "type password:" but nothing.
That text is an obvious point of attack and protectors often hide it. The text may be encrypted, loaded as a resource, hidden on a .dll or all of the above
The application has a local text files which includes all the text strings in the application and it is like : #0 something...
#1 start
...
#320 type password
Ok i want to find where this string in the text file(#320) is located in the application... Learn about resource loading API and file Reading API
Learn the way of API's. Find in this site the Tornado's cracknotes, Lena's tuts, and learn the very basic art of cracking serials and passwords
sorry for my bad English... |
No Problemo.
Powered by vBulletin® Version 4.2.2 Copyright © 2020 vBulletin Solutions, Inc. All rights reserved.