From 0b73636e905ddb50c6cf669d5f1bdfa30f8d531d Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Tue, 20 Feb 2018 22:30:54 -0500 Subject: and the other modulus... --- python/lowlevelil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/lowlevelil.py b/python/lowlevelil.py index 0acb0312..1a9fc21e 100644 --- a/python/lowlevelil.py +++ b/python/lowlevelil.py @@ -1481,7 +1481,7 @@ class LowLevelILFunction(object): :return: The expression ``modu.{}(a, b)`` :rtype: LowLevelILExpr """ - return self.expr(LowLevelILOperation.LLIL_MODS, a.index, b.index, size=size, flags=flags) + return self.expr(LowLevelILOperation.LLIL_MODU, a.index, b.index, size=size, flags=flags) def mod_double_prec_unsigned(self, size, a, b, flags=None): """ -- cgit v1.3.1