summaryrefslogtreecommitdiff
path: root/include/libelfu/analysis.h
blob: 80ec251e046f68ae7685a8dd364ff483b997ac2a (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __LIBELFU_ANALYSIS_H_
#define __LIBELFU_ANALYSIS_H_

#include <libelf.h>
#include <gelf.h>

#include <libelfu/types.h>

ELFU_BOOL elfu_segmentContainsSection(GElf_Phdr *phdr, Elf_Scn *scn);

#endif