Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
Problem with app 1 notepad PLEASE HELP
Its garbage in notepad bc you are looking at compiled code.
Quick overview (and VERY BASIC)
You type a .c program
you compile .c program
that then goes down to an assembly level
where it is converted to machine code
and the computer reads it as 1's or 0's thats it.
What you need is a tool called OLLY dbg, which will read/modify the asm version of the code. Thats where you will find the passwords.