summaryrefslogtreecommitdiff
path: root/include/libelfu/fixup.h
blob: 6fb6620d16d20c0f508e76ab571c993492ea72a4 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __LIBELFU_FIXUP_H__
#define __LIBELFU_FIXUP_H__

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

void elfu_fixupPhdrSelfRef(Elf *e);

#endif