Reorder PHDRs according to ELF spec
[centaur.git] / include / libelfu / elfops.h
1 #ifndef __LIBELFU_ELFOPS_H_
2 #define __LIBELFU_ELFOPS_H_
3
4 #include <libelf.h>
5 #include <gelf.h>
6
7 #include <libelfu/types.h>
8
9
10 int elfu_eCheck(Elf *e);
11 void elfu_eReorderPhdrs(Elf *e);
12
13
14 #endif