mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-1405 Create data-type recommendation for potential this parameter
This commit is contained in:
parent
91e5259018
commit
4f6211859b
7 changed files with 64 additions and 1 deletions
|
@ -1492,6 +1492,8 @@ public:
|
|||
/// \brief Pass-back the biggest potential output storage location contained within the given range
|
||||
bool getBiggestContainedOutput(const Address &loc,int4 size,VarnodeData &res) const;
|
||||
|
||||
Address getThisPointerStorage(Datatype *dt); ///< Get the storage location associated with the "this" pointer
|
||||
|
||||
bool isCompatible(const FuncProto &op2) const;
|
||||
AddrSpace *getSpacebase(void) const { return model->getSpacebase(); } ///< Get the \e stack address space
|
||||
void printRaw(const string &funcname,ostream &s) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue