summaryrefslogtreecommitdiff
path: root/src/dialogs/add_shellcode.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2011-10-26 15:45:26 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2011-10-26 15:45:26 (GMT)
commitbdc8b4cfd84f938e9d75969f89b0d8381471399b (patch)
treed5ee9b3805630cecf03e9f629d483de9f3fbd476 /src/dialogs/add_shellcode.h
parent044b4d6d7ba4de50cd4d05b92621900e929e2231 (diff)
Added missing files.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@213 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/dialogs/add_shellcode.h')
-rw-r--r--src/dialogs/add_shellcode.h37
1 files changed, 37 insertions, 0 deletions
diff --git a/src/dialogs/add_shellcode.h b/src/dialogs/add_shellcode.h
new file mode 100644
index 0000000..d22783a
--- /dev/null
+++ b/src/dialogs/add_shellcode.h
@@ -0,0 +1,37 @@
+
+/* OpenIDA - Outil d'analyse de fichiers binaires
+ * export.h - prototypes pour l'assistant d'exportation de contenu binaire
+ *
+ * Copyright (C) 2010 Cyrille Bagard
+ *
+ * This file is part of OpenIDA.
+ *
+ * OpenIDA is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * OpenIDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+
+#ifndef _DIALOGS_EXPORT_H
+#define _DIALOGS_EXPORT_H
+
+
+#include "../project.h"
+
+
+
+/* Crée et affiche un assistant d'ajout de binaire. */
+void run_add_shellcode_assistant(openida_project *, GtkWindow *);
+
+
+
+#endif /* _DIALOGS_EXPORT_H */