[GD-Windows] shortcut to disasm
Brought to you by:
vexxed72
From: Dan T. <da...@ar...> - 2006-03-09 17:07:03
|
Anyone know if there are any tools to take the current cursor location in an IDE, like, say, VS, and have it show the disasm of the compiled binary at that point /without/ running the exe? It seems like it should be quite possible, and I really hate either having to turn on asm listing and hunting through the file, or doing a run-to-cursor and alt-8. In theory can't the ide just bust open the target exe and disasm it with symbols? -Dan |