#include <rz_types.h>
#include <rz_util.h>
#include "bytecode.h"
Go to the source code of this file.
◆ java_assembler()
Definition at line 472 of file assembler.c.
486 RZ_LOG_ERROR(
"[!] java_assembler: invalid assembly.\n");
static static sync static getppid static getegid const char static filename char static len const char char static bufsiz static mask static vfork const void static prot static getpgrp const char static swapflags static arg static fd static protocol static who struct sockaddr static addrlen static backlog struct timeval struct timezone static tz const struct iovec static count static mode const void const struct sockaddr static tolen const char static pathname void static offset struct stat static buf void long static basep static whence static length const void static len static semflg const void static shmflg const struct timespec struct timespec static rem const char static group const void length
static const JavaAsm instructions[205]
#define rz_return_val_if_fail(expr, val)
#define RZ_LOG_ERROR(fmtstr,...)
RZ_API const char * rz_str_trim_head_ro(const char *str)
RZ_API int rz_str_ncasecmp(const char *dst, const char *orig, size_t n)
static bool input(void *ud, zip_uint8_t *data, zip_uint64_t length)
References _jasm::encode, i, input(), instructions, length, output, p, pc, RZ_ARRAY_SIZE, RZ_LOG_ERROR, rz_return_val_if_fail, rz_str_ncasecmp(), rz_str_trim_head_ro(), and st32.
Referenced by java_assemble().