Can GDB change the assembly code of a running program?
问题 I want to add some extra funcionality to /bin/ls. So I started it on gdb and added a breakpoint at the beginning. Now question is: how can I change the code of a running program in memory? I can see the assembly code, but I'm not able to modify. How can I do it? On Windows I can easily do this with olldbg for example. How about on Linux? (I know that doing this I will only change the code of the process in memory. So then I can dump memory to a file, and then I'll have my changes saved in a