summaryrefslogtreecommitdiff
path: root/include/libelfu/elfops.h
blob: 4131f410967a96e82fb449b03171cbf81205ddc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __LIBELFU_ELFOPS_H_
#define __LIBELFU_ELFOPS_H_

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

#include <libelfu/types.h>


int elfu_eCheck(Elf *e);
void elfu_eReorderPhdrs(Elf *e);


#endif