Ray Wang
Ray Wang
@heartb1t I fixed this by clearing the `~/.vimviews` folder.
See https://github.com/wangray/mona
So the x64dbg API has a [function](http://x64dbg.readthedocs.io/en/latest/developers/functions/debug/DbgIsDebugging.html?highlight=dbg) that can tell you whether there is an active debugger. In the case of WinDBG, you simply can't run commands without an attached...
But in general, other places in the code will throw an error if you don't have something being debugged. Like `modules` will also give `Corruped UNICODE_STRING` if nothing's being debugged....
I guess some commands should be able to run without a running executable, such as cyclic pattern or assemble.
I'm not in a hurry to get this merged upstream any time soon — I'm all for making whatever changes we need for x64dbg without worrying what happens with Immunity/WinDBG....