Rizin
unix-like reverse engineering framework and cli tools
elf_strtab.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: 2021 08A <08A@riseup.net>
2
// SPDX-FileCopyrightText: 2021 RizinOrg <info@rizin.re>
3
// SPDX-License-Identifier: LGPL-3.0-only
4
5
#include "
elf.h
"
6
7
#ifndef _INCLUDE_STRTAB_H_
8
#define _INCLUDE_STRTAB_H_
9
10
struct
rz_bin_elf_strtab
{
11
char
*
data
;
12
size_t
size
;
13
};
14
15
#endif
elf.h
rz_bin_elf_strtab
Definition:
elf_strtab.h:10
rz_bin_elf_strtab::size
size_t size
Definition:
elf_strtab.h:12
rz_bin_elf_strtab::data
char * data
Definition:
elf_strtab.h:11
librz
bin
format
elf
elf_strtab.h
Generated by
1.9.1