Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Macros | |
#define | ASSEMBLER "RZ_X86_AS" |
Functions | |
static int | assemble (RzAsm *a, RzAsmOp *op, const char *buf) |
Variables | |
RzAsmPlugin | rz_asm_plugin_x86_as |
RZ_API RzLibStruct | rizin_plugin |
#define ASSEMBLER "RZ_X86_AS" |
Definition at line 8 of file asm_x86_as.c.
Definition at line 10 of file asm_x86_as.c.
References a, ASSEMBLER, binutils_assemble(), header, RZ_ASM_SYNTAX_ATT, RZ_ASM_SYNTAX_INTEL, and snprintf.
RZ_API RzLibStruct rizin_plugin |
Definition at line 45 of file asm_x86_as.c.
RzAsmPlugin rz_asm_plugin_x86_as |
Definition at line 33 of file asm_x86_as.c.