diff options
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 1d731218..3f4b5b3c 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -3381,6 +3381,9 @@ __attribute__ ((format (printf, 1, 2))) bool GetStackVariableAtFrameOffset(Architecture* arch, uint64_t addr, int64_t offset, VariableNameAndType& var); std::map<Variable, VariableNameAndType> GetVariables(); + std::set<Variable> GetMediumLevelILVariables(); + std::set<Variable> GetHighLevelILVariables(); + void CreateAutoVariable(const Variable& var, const Confidence<Ref<Type>>& type, const std::string& name, bool ignoreDisjointUses = false); void CreateUserVariable(const Variable& var, const Confidence<Ref<Type>>& type, const std::string& name, |
