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