From b15607dc351bd7787b85751bce9bbddc0a705461 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Tue, 7 Jun 2022 21:51:27 -0400 Subject: Add Dump() to *LILInstruction --- lowlevelilinstruction.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lowlevelilinstruction.h') diff --git a/lowlevelilinstruction.h b/lowlevelilinstruction.h index 033b98b7..e9274761 100644 --- a/lowlevelilinstruction.h +++ b/lowlevelilinstruction.h @@ -705,6 +705,9 @@ namespace BinaryNinja MediumLevelILInstruction GetMediumLevelIL() const; MediumLevelILInstruction GetMappedMediumLevelIL() const; + // Return (and leak) a string describing the instruction for debugger use + char* Dump() const; + void Replace(ExprId expr); template -- cgit v1.3.1