summaryrefslogtreecommitdiff
path: root/src/format/exe_format.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2008-10-20 23:15:25 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2008-10-20 23:15:25 (GMT)
commitac438e8ad47f267c9eb6f462eb5a7e2b5c017f26 (patch)
tree5d1b350d7dd1f70b58de97e8aa8952cbadecd9ee /src/format/exe_format.h
parent10deb6bbbeeaacfec577f5b24c5f821492af77f3 (diff)
Registered all found strings in binaries.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@36 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/format/exe_format.h')
-rw-r--r--src/format/exe_format.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/format/exe_format.h b/src/format/exe_format.h
index 24ebbcc..53257fb 100644
--- a/src/format/exe_format.h
+++ b/src/format/exe_format.h
@@ -63,7 +63,8 @@ typedef struct _exe_format exe_format;
/* Types de symbole */
typedef enum _SymbolType
{
- STP_SECTION /* Simple morceau de code */
+ STP_SECTION, /* Simple morceau de code */
+ STP_STRING /* Chaîne de caractères */
} SymbolType;