Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 ddd 更改内存地址的内容?
好吧,ddd 在下面运行 gdb,所以在 gdb 窗口中你可以输入如下内容:
set *((int *) 0x822b2ec) = 0x100
请参阅如何使用 GDB 修改内存内容?