summaryrefslogtreecommitdiff
path: root/include/libelfu/analysis.h
blob: f3d4ddb095e102ff68ac480241ad02066031933f (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>

int elfu_segmentContainsSection(GElf_Phdr *phdr, GElf_Shdr *shdr);

#endif