Re: [GD-Windows] shortcut to disasm
Brought to you by:
vexxed72
From: Jon W. <hp...@mi...> - 2006-03-09 17:41:47
|
When I need that, I use objdump (from GNU bintools) although dumpbin would probably do it too. It can take a symbol name to disassemble, but you have to match up the disassembly with the specific source line yourself. Cheers, / h+ Dan Thompson wrote: > 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? -- -- The early bird gets the worm, but the second mouse gets the cheese. |