summaryrefslogtreecommitdiff
path: root/include/libelfu
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2013-05-28 18:18:55 +0100
committernorly <ny-git@enpas.org>2013-05-28 18:18:55 +0100
commitd4d9322d7cf4d157602293e20a67961339224b6d (patch)
tree10ed8745ed196acdabbbaa6b867cfea78d278a7e /include/libelfu
parent72a9d0790ae84475f5415444c3031b15ebf25dd4 (diff)
Add printing functions for models to ease debugging
Diffstat (limited to 'include/libelfu')
-rw-r--r--include/libelfu/modelops.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/libelfu/modelops.h b/include/libelfu/modelops.h
index 1cfe0b6..31a4ed9 100644
--- a/include/libelfu/modelops.h
+++ b/include/libelfu/modelops.h
@@ -23,6 +23,11 @@ int elfu_mCheck(ElfuElf *me);
ElfuScn* elfu_mCloneScn(ElfuScn *ms);
+void elfu_mDumpPhdr(ElfuElf *me, ElfuPhdr *mp);
+void elfu_mDumpScn(ElfuElf *me, ElfuScn *ms);
+void elfu_mDumpElf(ElfuElf *me);
+
+
ElfuElf* elfu_mFromElf(Elf *e);
void elfu_mToElf(ElfuElf *me, Elf *e);