Decompiler support for default data space

This commit is contained in:
caheckman 2020-01-23 14:32:54 -05:00
parent 660062691a
commit 46e8a54948
21 changed files with 97 additions and 65 deletions

View file

@ -72,7 +72,7 @@ void RawBinaryArchitecture::postSpecFile(void)
{
Architecture::postSpecFile();
((RawLoadImage *)loader)->attachToSpace(getDefaultSpace()); // Attach default space to loader
((RawLoadImage *)loader)->attachToSpace(getDefaultCodeSpace()); // Attach default space to loader
}
RawBinaryArchitecture::RawBinaryArchitecture(const string &fname,const string &targ,ostream *estream)