Rizin
unix-like reverse engineering framework and cli tools
class_private.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: 2021 deroad <wargio@libero.it>
2
// SPDX-License-Identifier: LGPL-3.0-only
3
4
#ifndef RZ_BIN_JAVA_CLASS_PRIVATE_H
5
#define RZ_BIN_JAVA_CLASS_PRIVATE_H
6
7
typedef
struct
access_flags_readable_t
{
8
ut16
flag
;
9
const
char
*
readable
;
10
}
AccessFlagsReadable
;
11
12
#endif
/* RZ_BIN_JAVA_CLASS_PRIVATE_H */
AccessFlagsReadable
struct access_flags_readable_t AccessFlagsReadable
ut16
uint16_t ut16
Definition:
demangler_util.h:30
access_flags_readable_t
Definition:
class_private.h:7
access_flags_readable_t::flag
ut16 flag
Definition:
class_private.h:8
access_flags_readable_t::readable
const char * readable
Definition:
class_private.h:9
librz
bin
format
java
class_private.h
Generated by
1.9.1