Rizin
unix-like reverse engineering framework and cli tools
elf_dynamic.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 #include <ht_uu.h>
7 
8 #ifndef _INCLUDE_ELF_DYNAMIC_H_
9 #define _INCLUDE_ELF_DYNAMIC_H_
10 
12  HtUU *info;
13  RzVector /* <ut64> */ dt_needed;
14 };
15 
16 #endif