Welcome to HBH! If you had an account on hellboundhacker.org you will need to reset your password using the Lost Password system before you will be able to login.

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 6

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.