| ▲ | hackyhacky 6 hours ago | ||||||||||||||||
WinDbg is just a debugger: it does not assemble or disassemble. It can't patch running programs in memory. Moreover, I don't consider Windows to be part of the modern era, as I haven't used a Windows machine for 20 years. So, no, WinDbg has nothing to do with debug.com. | |||||||||||||||||
| ▲ | dwattttt 6 hours ago | parent | next [-] | ||||||||||||||||
I'm not sure what you think a (native) debugger that can't disassemble would look like; I assure you it disassembles the instructions you debug. Its assembler is sadly stuck in the pre-x86_64 era (and refuses to do arm at all), however it disassembles all of those fine. Signed: someone who does pronounce it wind bag | |||||||||||||||||
| ▲ | nvme0n1p1 5 hours ago | parent | prev | next [-] | ||||||||||||||||
> I don't consider Windows to be part of the modern era, as I haven't used a Windows machine for 20 years. I don't consider France to be part of the modern world, since I haven't visited Europe lately. | |||||||||||||||||
| |||||||||||||||||
| ▲ | dwattttt 2 hours ago | parent | prev [-] | ||||||||||||||||
Actually, I didn't even get to this part of your message, windbg absolutely can patch currently running programs. It does all the things you think it can't do. | |||||||||||||||||