// SPDX-FileCopyrightText: 2021 deroad // SPDX-License-Identifier: LGPL-3.0-only #ifndef RZ_ASM_JAVA_ASSEMBLER_H #define RZ_ASM_JAVA_ASSEMBLER_H #include #include #include "bytecode.h" bool java_assembler(const char *input, st32 input_size, ut8 *output, st32 output_size, ut64 pc, st32 *written); #endif /* RZ_ASM_JAVA_ASSEMBLER_H */