diff --git a/library/Process-darwin.cpp b/library/Process-darwin.cpp index 30ed709b8..69ccefcea 100644 --- a/library/Process-darwin.cpp +++ b/library/Process-darwin.cpp @@ -222,7 +222,7 @@ void Process::getMemRanges( vector & ranges ) uintptr_t Process::getBase() { - return 0x1000000; + return 0x1000; } int Process::adjustOffset(int offset, bool /*to_file*/) diff --git a/library/VersionInfoFactory.cpp b/library/VersionInfoFactory.cpp index 7142233d8..1b66b583a 100644 --- a/library/VersionInfoFactory.cpp +++ b/library/VersionInfoFactory.cpp @@ -109,7 +109,7 @@ void VersionInfoFactory::ParseVersion (TiXmlElement* entry, VersionInfo* mem) { mem->setOS(OS_APPLE); // this is wrong... I'm not going to do base image relocation on linux though. - mem->setBase(0x1000000); + mem->setBase(0x1000); } else {