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.

about ollydbg!!


404_not_found's Avatar
Member
0 0

hey all, i encounter a problem in reversing apps in olly that when users inputs values then where is the control or in other word to which instruction olly goes?? is there any way for finding that next instructions address?? please answer with respect to console apps..


rex_mundi's Avatar
☆ Lucifer ☆
3,050 12

Not too sure if I understand your question, but I think you might want to look into setting breakpoints, and learning to use step into (F7) and step over (F8) to follow the code.