Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Macros | |
#define | DIFF_IS_BYTES_METHOD(x) (x.elem_at == methods_bytes.elem_at) |
Functions | |
static const void * | byte_elem_at (const ut8 *array, ut32 index) |
static int | byte_compare (const ut8 *a_elem, const ut8 *b_elem) |
static ut32 | byte_hash (const char *elem) |
static void | byte_stringify (const ut8 *a_elem, RzStrBuf *sb) |
Variables | |
static const MethodsInternal | methods_bytes |
#define DIFF_IS_BYTES_METHOD | ( | x | ) | (x.elem_at == methods_bytes.elem_at) |
Definition at line 6 of file bytes_diff.c.
Definition at line 8 of file bytes_diff.c.
Definition at line 16 of file bytes_diff.c.
Definition at line 20 of file bytes_diff.c.
References rz_strbuf_setf(), and sb.
|
static |
Definition at line 24 of file bytes_diff.c.
Referenced by rz_diff_bytes_new().