Print ELF header/segments/sections
[centaur.git] / include / libelfu / analysis.h
diff --git a/include/libelfu/analysis.h b/include/libelfu/analysis.h
new file mode 100644 (file)
index 0000000..80ec251
--- /dev/null
@@ -0,0 +1,11 @@
+#ifndef __LIBELFU_ANALYSIS_H_
+#define __LIBELFU_ANALYSIS_H_
+
+#include <libelf.h>
+#include <gelf.h>
+
+#include <libelfu/types.h>
+
+ELFU_BOOL elfu_segmentContainsSection(GElf_Phdr *phdr, Elf_Scn *scn);
+
+#endif