summaryrefslogtreecommitdiff
path: root/src/format/executable.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-05-24 07:43:32 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-05-24 07:43:32 (GMT)
commit08c45a8c7970403c3d658b1b0af9ac09f66b4a7e (patch)
tree25a8108e36b7328c266ba6e71647243dfd6b7cac /src/format/executable.h
parent7135e7944c91d2e8b787c8782375423b9a90ed5b (diff)
Translated offsets and addresses with more accuracy.
Diffstat (limited to 'src/format/executable.h')
-rw-r--r--src/format/executable.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/format/executable.h b/src/format/executable.h
index af69029..293a0c0 100644
--- a/src/format/executable.h
+++ b/src/format/executable.h
@@ -76,10 +76,10 @@ GBinPortion *g_exe_format_get_portions(GExeFormat *);
mrange_t *g_exe_format_get_x_ranges(GExeFormat *format, size_t *count);
/* Fournit l'emplacement correspondant à une position physique. */
-bool g_exe_format_translate_offset_into_vmpa(const GExeFormat *, phys_t, vmpa2t *);
+bool g_exe_format_translate_offset_into_vmpa(GExeFormat *, phys_t, vmpa2t *);
/* Fournit l'emplacement correspondant à une position physique. */
-bool g_exe_format_translate_address_into_vmpa(const GExeFormat *, virt_t, vmpa2t *);
+bool g_exe_format_translate_address_into_vmpa(GExeFormat *, virt_t, vmpa2t *);
#define g_exe_format_translate_offset_into_address(fmt, off, addr) \