I had spent a lot of time to find a solution for this problem. As you know OllyDbg is a popular debugger but has a problem on Win7 x64.
every file (with different compilers!) that I open with the olly it replace some first lines with:
jmp 71B00000
some advices like "comodo sandbox, compatibility" does't work and I don't want to use virtual machine.
According to the OllyDbg homepage and the changelog of the current version, OllyDbg does not support debugging 64-bit executables yet. It also seems that it has received no testing on Windows 64-bit, although it might still work for 32-bit executables.
It seems that for the time being you are out of luck...
I had the same exact issue and managed to fix it. If you do indeed have comodo firewall installed, you have to uninstall it, reboot, then reinstall it. Make sure you NEVER, EVER turn on sandboxing again. For some reason, even with sandbox off, after its been activated on win7 x64, it STILL messes around with your software.