mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-2358 Packed protocol for decompiler marshaling
This commit is contained in:
parent
6a1a649213
commit
79c3508f54
119 changed files with 4238 additions and 2207 deletions
|
@ -247,7 +247,7 @@ public:
|
|||
#endif
|
||||
protected:
|
||||
void addSpacebase(AddrSpace *basespace,const string &nm,const VarnodeData &ptrdata,
|
||||
int4 truncSize,bool isreversejustified,bool stackGrowth); ///< Create a new space and associated pointer
|
||||
int4 truncSize,bool isreversejustified,bool stackGrowth,bool isFormal);
|
||||
void addNoHighPtr(const Range &rng); ///< Add a new region where pointers do not exist
|
||||
|
||||
// Factory routines for building this architecture
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue