Details
Description
When using KDBG it would be nice sometimes to be able to write to memory to NOP (0x90) out instructions or return from a subroutine early by using 0xC9. This patch implements that functionality as command "w".
When using KDBG it would be nice sometimes to be able to write to memory to NOP (0x90) out instructions or return from a subroutine early by using 0xC9. This patch implements that functionality as command "w".