Can I get some help on "Find The Easy Pass" reversing?

I am a newbie in reversing, I have put a lot of time on it now using radare2 and immunity debugger. The last thing I tried was to put a hardware breakpoint for when the code accesses the memory address of “Wrong Password!”, still I wasn’t able to trace back to the code which checks the input.
Could you please give me some hint on that?
I’ll appreciate your help.

To perform a propper reversing, you have to choose the correct tool, depending on the language the program was designed. Check this out :slight_smile:

@JR0driguezB said:
To perform a propper reversing, you have to choose the correct tool, depending on the language the program was designed. Check this out :slight_smile:

Check … what out?