about summary refs log tree commit diff
path: root/frida_mode/include/ctx.h
blob: cbcc892a5b8ea45d7431530f817ff4989b86b39d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _CTX_H
#define _CTX_H

#include "frida-gum.h"

#if defined(__x86_64__) || defined(__i386__)
gsize ctx_read_reg(GumCpuContext *ctx, x86_reg reg);
#endif

#endif