diff options
| author | Glenn Smith <glenn@vector35.com> | 2022-06-07 21:51:27 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2022-06-14 21:05:38 -0400 |
| commit | b15607dc351bd7787b85751bce9bbddc0a705461 (patch) | |
| tree | 47558d7c26d1b8acb2fe4788e252634b1c139fd1 /mediumlevelilinstruction.h | |
| parent | 55cb3e76f536bc8d4a6533bd7ea5202d464c5f81 (diff) | |
Add Dump() to *LILInstruction
Diffstat (limited to 'mediumlevelilinstruction.h')
| -rw-r--r-- | mediumlevelilinstruction.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mediumlevelilinstruction.h b/mediumlevelilinstruction.h index 7e6194a7..482cf2f9 100644 --- a/mediumlevelilinstruction.h +++ b/mediumlevelilinstruction.h @@ -431,6 +431,9 @@ namespace BinaryNinja const _STD_SET<BNDataFlowQueryOption>& options = _STD_SET<BNDataFlowQueryOption>()) const; Confidence<Ref<Type>> GetType() const; + // Return (and leak) a string describing the instruction for debugger use + char* Dump() const; + size_t GetSSAVarVersion(const Variable& var); size_t GetSSAMemoryVersion(); Variable GetVariableForRegister(uint32_t reg); |
