1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#include "frida-gumjs.h" #include "ctx.h" #include "util.h" #if defined(__arm__) gsize ctx_read_reg(GumArmCpuContext *ctx, arm_reg reg) { FFATAL("ctx_read_reg unimplemented for this architecture"); } #endif