summaryrefslogtreecommitdiff
path: root/src/format/exe_format.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-07-15 22:35:11 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-07-15 22:35:11 (GMT)
commit5dbb4e6a9f0dcb75abf9e7abdc0d8a98f66af147 (patch)
tree29e2cf6110425e0d7804bc57d76dba32476a1efd /src/format/exe_format.h
parent293f9f24c6338b5d41dd8f613aefae6be9bdbfcb (diff)
Restored the routine address resolution.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@96 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/format/exe_format.h')
-rw-r--r--src/format/exe_format.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format/exe_format.h b/src/format/exe_format.h
index a6d91f2..32e35ff 100644
--- a/src/format/exe_format.h
+++ b/src/format/exe_format.h
@@ -145,7 +145,7 @@ size_t get_exe_symbols(const exe_format *, char ***, SymbolType **, uint64_t **)
size_t get_exe_resolved_items(const exe_format *, char ***, ResolvedType **, uint64_t **);
/* Recherche le symbole correspondant à une adresse. */
-bool resolve_exe_symbol(const exe_format *, char **, SymbolType *, uint64_t *);
+bool resolve_exe_symbol(const exe_format *, char **, SymbolType *, vmpa_t *);
/* Fournit le prototype de toutes les routines détectées. */
GBinRoutine **get_all_exe_routines(const exe_format *, size_t *);