Rizin
unix-like reverse engineering framework and cli tools
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <rz_util/rz_base64.h>
#include "sdb.h"
Go to the source code of this file.
Functions | |
RZ_API void | sdb_encode_raw (char *bout, const ut8 *bin, int len) |
RZ_API int | sdb_decode_raw (ut8 *bout, const char *bin, int len) |
RZ_API char * | sdb_encode (const ut8 *bin, int len) |
RZ_API ut8 * | sdb_decode (const char *in, int *len) |
Definition at line 37 of file base64.c.
References calloc(), free(), in, len, NULL, out, and sdb_decode_raw().
Referenced by base64decode(), bin_pe_versioninfo(), compareString(), deserialize_checkpoints_cb(), foreach_list_cb(), meta_variable_comment_append(), rz_comment_unique_handler(), sdb_fmt_tobin(), and sdb_querys().
Definition at line 14 of file base64.c.
References len, and rz_base64_decode().
Referenced by sdb_decode().
Definition at line 18 of file base64.c.
References calloc(), len, NULL, out, sdb_encode_raw(), and strdup().
Referenced by base64encode(), core_analysis_graph_nodes(), meta_variable_comment_print(), Pe_r_bin_store_string(), Pe_r_bin_store_string_table(), rz_agraph_add_node_with_color(), rz_core_meta_print(), rz_core_print_disasm_json(), sdb_fmt_tostr(), sdb_querys(), sdb_set_enc(), and serialize_checkpoints().
Definition at line 10 of file base64.c.
References len, and rz_base64_encode().
Referenced by sdb_encode().