gdb 反向调试实战
在aarch64平台上测试
反向调试的原理: you need to save enough machine state that you can restore later. There are a number of schemes, one of which is to simply save the registers or memory locations that are modified by each machine instruction. Then, to “undo” that instruction, you just revert the data in those registers or memory locations.
#include
#include
void initialize(int *array, int si
gdb 反向调试实战最先出现在Python成神之路。
共有 0 条评论