about summary refs log tree commit diff stats
path: root/src/miasm/loader/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/miasm/loader/__init__.py')
-rw-r--r--src/miasm/loader/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/miasm/loader/__init__.py b/src/miasm/loader/__init__.py
new file mode 100644
index 00000000..1a602f38
--- /dev/null
+++ b/src/miasm/loader/__init__.py
@@ -0,0 +1,3 @@
+#!/usr/bin/env python
+
+__all__ = ['pe_init', 'elf_init', 'strpatchwork']