Rizin
unix-like reverse engineering framework and cli tools
rz_base91.h
Go to the documentation of this file.
1
#ifndef RZ_BASE91_H
2
#define RZ_BASE91_H
3
4
#include <
rz_types.h
>
5
6
#ifdef __cplusplus
7
extern
"C"
{
8
#endif
9
10
RZ_API
int
rz_base91_encode
(
char
*bout,
const
ut8
*
bin
,
int
len
);
11
RZ_API
int
rz_base91_decode
(
ut8
*bout,
const
char
*
bin
,
int
len
);
12
13
#ifdef __cplusplus
14
}
15
#endif
16
17
#endif
// RZ_BASE91_H
len
size_t len
Definition:
6502dis.c:15
RZ_API
#define RZ_API
Definition:
core_plugin_example.c:36
ut8
uint8_t ut8
Definition:
lh5801.h:11
rz_base91_encode
RZ_API int rz_base91_encode(char *bout, const ut8 *bin, int len)
Definition:
base91.c:69
rz_base91_decode
RZ_API int rz_base91_decode(ut8 *bout, const char *bin, int len)
Definition:
base91.c:28
rz_types.h
bin
Definition:
malloc.c:26
librz
include
rz_util
rz_base91.h
Generated by
1.9.1