mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-2601 Adjustments to setting up callspecs
This commit is contained in:
parent
a64afa37a7
commit
e45be5da7d
10 changed files with 120 additions and 35 deletions
|
@ -1428,6 +1428,7 @@ public:
|
|||
void clearUnlockedInput(void); ///< Clear input parameters that have not been locked
|
||||
void clearUnlockedOutput(void); ///< Clear the return value if it has not been locked
|
||||
void clearInput(void); ///< Clear all input parameters regardless of lock
|
||||
void setInjectId(int4 id); ///< Associate a given injection with \b this prototype
|
||||
void cancelInjectId(void); ///< Turn-off any in-lining for this function
|
||||
|
||||
void resolveModel(ParamActive *active);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue