From 258a0d27e16c5d94ce547003ac863102e845f3b3 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Fri, 24 Sep 2021 10:31:26 -0400 Subject: Make repr for llil and mlil have different titles --- python/lowlevelil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/lowlevelil.py') diff --git a/python/lowlevelil.py b/python/lowlevelil.py index 2bf290e0..b5c25188 100644 --- a/python/lowlevelil.py +++ b/python/lowlevelil.py @@ -467,7 +467,7 @@ class LowLevelILInstruction: return result def __repr__(self): - return "" % str(self) + return "" def __eq__(self, other:'LowLevelILInstruction') -> bool: if not isinstance(other, LowLevelILInstruction): -- cgit v1.3.1