* Added build files [Capstone to Zydis] * x86 Analysis [Capstone to Zydis] * Changed x86 RzIL [Capstone to Zydis] * Changed asm and arch files [Capstone to Zydis] * Compilation, build error and test fixes [Capstone to Zydis] * Test changes [Capstone to Zydis] * Remaining changes [Capstone to Zydis] * Added BE support [Capstone to Zydis] --------- Co-authored-by: tushar3q34 <tushar3q34@gmail.com>
11 lines
No EOL
365 B
C
11 lines
No EOL
365 B
C
// SPDX-FileCopyrightText: 2024 RizinOrg <info@rizin.re>
|
|
// SPDX-FileCopyrightText: 2024 deroad <wargio@libero.it>
|
|
// SPDX-License-Identifier: LGPL-3.0-only
|
|
|
|
#include <deprecated_arch_helper.h>
|
|
|
|
#include "analysis/analysis_x86_zydis.c"
|
|
#include "asm/asm_x86_zydis.c"
|
|
#include "parse/parse_x86_pseudo_zydis.c"
|
|
|
|
RZ_ARCH_WITH_PARSE_PLUGIN_DEFINE_DEPRECATED(x86_zydis); |