Rizin
unix-like reverse engineering framework and cli tools
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <rz_lib.h>
#include <rz_util.h>
#include <rz_flag.h>
#include <rz_analysis.h>
#include <rz_parse.h>
#include "parse_common.c"
Go to the source code of this file.
Functions | |
static RzList * | sh_tokenize (const char *assembly, size_t length) |
static bool | parse (RzParse *parse, const char *assembly, RzStrBuf *sb) |
Variables | |
static const RzPseudoGrammar | sh_lexicon [] |
static const RzPseudoReplace | sh_replace [] |
static const RzPseudoConfig | sh_config = RZ_PSEUDO_DEFINE_CONFIG_NO_DIRECT(sh_lexicon, sh_replace, 4, sh_tokenize) |
RzParsePlugin | rz_parse_plugin_sh_pseudo |
RZ_API RzLibStruct | rizin_plugin |
Definition at line 171 of file parse_sh_pseudo.c.
References rz_pseudo_convert(), sb, and sh_config.
Definition at line 132 of file parse_sh_pseudo.c.
References rz_list_iter_t::data, free(), i, length, NULL, p, rz_str_ndup(), rz_str_replace(), and rz_str_split_duplist().
RZ_API RzLibStruct rizin_plugin |
Definition at line 182 of file parse_sh_pseudo.c.
RzParsePlugin rz_parse_plugin_sh_pseudo |
Definition at line 175 of file parse_sh_pseudo.c.
|
static |
Definition at line 130 of file parse_sh_pseudo.c.
Referenced by parse().
|
static |
Definition at line 18 of file parse_sh_pseudo.c.
|
static |
Definition at line 126 of file parse_sh_pseudo.c.