summaryrefslogtreecommitdiff
path: root/emulate
diff options
context:
space:
mode:
Diffstat (limited to 'emulate')
-rw-r--r--emulate/emulator.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/emulate/emulator.cpp b/emulate/emulator.cpp
index e767446..1f0f349 100644
--- a/emulate/emulator.cpp
+++ b/emulate/emulator.cpp
@@ -627,6 +627,7 @@ void emulate(std::string file_path) {
file_stream.unsetf(std::ios::skipws);
auto file = le::parse_file(file_stream);
auto binary = load_binary(file);
+ relocate(file, binary);
_CodeInfo ci;
_DecodeType dt = Decode32Bits;