Hello everyone,

I want to be able to see what happens in the software when each single line is executed. And I want to be able to control it like when I press tab it executes the next line and so on. So for instance, if you use Ollydbg it doesn't give you this option. You can see all the lines and it probably gives you the start and end lines after execution being finished but this is not what I want.
Like I said, I want to execute the code line by line and be able to see all the jumps and stuff and at the same what happens when each line is executed.

Do you know any disassembler like this? And if it has an embedded Hex editor in it, that's a plus so that I won't need to use Hiew afterward. Please let me know what you think.

Thank you