Tweaking memory on the fly

DTrace can modify process address space programatically based on events, such as user-level functions or syscalls. This could be handy if you have a known software issue, and overwriting some bytes is a convenient workaround until the real software fix is available. When DTrace was first released, there was a popular demo of this making [...]

Posted on June 30, 2011 at 6:13 pm by Brendan Gregg · Permalink · 4 Comments
In: DTrace · Tagged with: ,