Rizin
unix-like reverse engineering framework and cli tools
arch.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: 2016 madprogrammer
2 // SPDX-License-Identifier: GPL-2.0-only
3 
5 #ifndef ARCH_H
6 #define ARCH_H
7 
8 #include "rz_types.h"
9 
10 #define ARCH_X86_64 0
11 #define ARCH_X86_32 1
12 #define ARCH_ARM_32 2
13 #define ARCH_ARM_64 3
14 
19 typedef struct registers_t {
20  char name[32];
24 
25 #endif
struct registers_t registers_t
Definition: z80asm.h:102
ut64 size
Definition: arch.h:22
ut64 offset
Definition: arch.h:21
ut64(WINAPI *w32_GetEnabledXStateFeatures)()