Rizin
unix-like reverse engineering framework and cli tools
|
#include "rz_search.h"
Go to the source code of this file.
Enumerations | |
enum | { ENCODING_ASCII = 0 , ENCODING_CP850 = 1 } |
Functions | |
RZ_API int | rz_search_get_encoding (const char *name) |
static bool | is_encoded (int encoding, unsigned char c) |
RZ_API int | rz_search_strings_update (RzSearch *s, ut64 from, const ut8 *buf, int len) |
Variables | |
static char * | encodings [3] = { "ascii", "cp850", NULL } |
Definition at line 31 of file strings.c.
References c, cmd_descs_generate::encoding, ENCODING_ASCII, and ENCODING_CP850.
Referenced by rz_search_strings_update().
Definition at line 16 of file strings.c.
References ENCODING_ASCII, encodings, i, RZ_MIN, and rz_str_ncasecmp().
Definition at line 62 of file strings.c.
References from, i, is_encoded(), IS_PRINTABLE, IS_WHITESPACE, len, off, rz_search_hit_new(), s, cmd_descs_generate::str, and ut64().
Referenced by rz_search_set_mode().
|
static |
Definition at line 12 of file strings.c.
Referenced by rz_search_get_encoding().