Rizin
unix-like reverse engineering framework and cli tools
asm_m68k_cs.c File Reference
#include <rz_asm.h>
#include <rz_lib.h>
#include <capstone/capstone.h>

Go to the source code of this file.

Macros

#define CAPSTONE_HAS_M68K   0
 

Variables

RzAsmPlugin rz_asm_plugin_m68k_cs
 
RZ_API RzLibStruct rizin_plugin
 

Macro Definition Documentation

◆ CAPSTONE_HAS_M68K

#define CAPSTONE_HAS_M68K   0

Definition at line 11 of file asm_m68k_cs.c.

Variable Documentation

◆ rizin_plugin

RZ_API RzLibStruct rizin_plugin
Initial value:
= {
.type = RZ_LIB_TYPE_ASM,
}
RzAsmPlugin rz_asm_plugin_m68k_cs
Definition: asm_m68k_cs.c:154
@ RZ_LIB_TYPE_ASM
Definition: rz_lib.h:72
#define RZ_VERSION
Definition: rz_version.h:8
const char * version
Definition: rz_asm.h:133

Definition at line 165 of file asm_m68k_cs.c.

◆ rz_asm_plugin_m68k_cs

RzAsmPlugin rz_asm_plugin_m68k_cs
Initial value:
= {
.name = "m68k.cs (unsupported)",
.desc = "Capstone M68K disassembler (unsupported)",
.license = "BSD",
.author = "pancake",
.arch = "m68k",
.bits = 32,
.endian = RZ_SYS_ENDIAN_BIG,
}
#define RZ_SYS_ENDIAN_BIG
Definition: rz_types.h:527

Definition at line 154 of file asm_m68k_cs.c.