summaryrefslogtreecommitdiff
path: root/include/libelfu/libelfu.h
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2013-01-25 15:24:36 +0000
committernorly <ny-git@enpas.org>2013-02-11 01:24:36 +0000
commitd9eb4398773cbda1dc185f4cf7b1b0e4cb9fb135 (patch)
treea2421aa140b17db64df439f894fa892833e3ac96 /include/libelfu/libelfu.h
parent43e69328d849391abfed996214eed1dca49b3ac3 (diff)
Print ELF header/segments/sections
Diffstat (limited to 'include/libelfu/libelfu.h')
-rw-r--r--include/libelfu/libelfu.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/libelfu/libelfu.h b/include/libelfu/libelfu.h
new file mode 100644
index 0000000..1c40541
--- /dev/null
+++ b/include/libelfu/libelfu.h
@@ -0,0 +1,11 @@
+#ifndef __LIBELFU_LIBELFU_H__
+#define __LIBELFU_LIBELFU_H__
+
+
+#include <libelfu/types.h>
+
+#include <libelfu/analysis.h>
+#include <libelfu/lookup.h>
+
+
+#endif