Rizin
unix-like reverse engineering framework and cli tools
rz_axml.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: 2021 keegan
2
// SPDX-License-Identifier: LGPL-3.0-only
3
4
#ifndef RZ_AXML_H
5
#define RZ_AXML_H
6
7
#include <
rz_types.h
>
8
9
#ifdef __cplusplus
10
extern
"C"
{
11
#endif
12
13
RZ_API
RZ_OWN
char
*
rz_axml_decode
(
RZ_NONNULL
const
ut8
*
buffer
,
const
ut64
size
);
14
15
#ifdef __cplusplus
16
}
17
#endif
18
19
#endif
// RZ_AXML_H
RZ_API
#define RZ_API
Definition:
core_plugin_example.c:36
size
voidpf void uLong size
Definition:
ioapi.h:138
ut8
uint8_t ut8
Definition:
lh5801.h:11
rz_axml_decode
RZ_API RZ_OWN char * rz_axml_decode(RZ_NONNULL const ut8 *buffer, const ut64 size)
Decode a buffer with Android XML to regular XML string representation.
Definition:
axml.c:303
rz_types.h
RZ_OWN
#define RZ_OWN
Definition:
rz_types.h:62
RZ_NONNULL
#define RZ_NONNULL
Definition:
rz_types.h:64
buffer
Definition:
buffer.h:15
ut64
ut64(WINAPI *w32_GetEnabledXStateFeatures)()
librz
include
rz_util
rz_axml.h
Generated by
1.9.1