Ollydbg
Ok, so when i am debugging stuff in olly i press F7 to step into, but like in Lena's tuts, I am on the RegisterMe1.exe program. When i press F7 it goes to the ntdll module then kernel32 when i only want to step into the RegisterMe module (i understand that functions and such are being called in ntdll and user32 and etc...). Lena in her tuts, when she press F7 it goes line by line in the code on the RegisterMe module and doesn't switch the CPU window to other modules. If you can tell me how to fix it, that would be great, thanks.
right click in olly and click view->module RegisterMe1 or it will be something like registerme1. then right click at the top of the code in registerme and selet "new origin here"