From 7c83122fcba80f094c903320cb30e5bcdf49b2e0 Mon Sep 17 00:00:00 2001 From: Jean-Marie 'Histausse' Mineau Date: Thu, 8 Feb 2024 14:43:19 +0100 Subject: [PATCH] fix dev-lon/2addr serialization --- androscalpel/src/instructions.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/androscalpel/src/instructions.rs b/androscalpel/src/instructions.rs index a64c401..7d93c24 100644 --- a/androscalpel/src/instructions.rs +++ b/androscalpel/src/instructions.rs @@ -24185,7 +24185,7 @@ impl DivLong2Addr { /// Return the raw instruction ([`InsFormat`]). pub fn get_raw_ins(&self) -> InsFormat { InsFormat::Format12X { - op: 0xbc, + op: 0xbe, va: self.dest, vb: self.b, }