mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
LOAD protect
This commit is contained in:
parent
764eec057f
commit
39cbcd33ae
5 changed files with 119 additions and 3 deletions
|
@ -200,6 +200,8 @@ public:
|
|||
Varnode *findSpacebaseInput(AddrSpace *id) const;
|
||||
void spacebaseConstant(PcodeOp *op,int4 slot,SymbolEntry *entry,const Address &rampoint,uintb origval,int4 origsize);
|
||||
|
||||
int4 getHeritagePass(void) const { return heritage.getPass(); } ///< Get overall count of heritage passes
|
||||
|
||||
/// \brief Get the number of heritage passes performed for the given address space
|
||||
///
|
||||
/// \param spc is the address space
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue