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 
11  char *data;
12  size_t size;
13 };
14 
15 #endif