luser / rust-gdb-remote-protocol

A Rust crate implementing the GDB Remote Serial Protocol
Apache License 2.0
33 stars 13 forks source link

support m/M packets #14

Closed froydnj closed 6 years ago

froydnj commented 6 years ago

Being able to write to memory is kind of useful sometimes.

luser commented 6 years ago

My original TODO list said m, because I only actually needed to read memory from minidumps, but I suspect supporting both isn't much harder than supporting one.