mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
Decompiler support for default data space
This commit is contained in:
parent
660062691a
commit
46e8a54948
21 changed files with 97 additions and 65 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue