This commit is contained in:
Jean-Marie Mineau 2023-12-19 11:58:35 +01:00
parent c937154601
commit 8c14c0dac9
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
2 changed files with 8806 additions and 27 deletions

View file

@ -802,8 +802,8 @@ impl Apk {
va,
vb,
Self::get_id_type_from_idx(c as usize, dex)?,
)),
Format12X { op: 0x21, va, vb } => Instruction::ArrayLength(ArrayLength::new(va, vb)),
)?),
Format12X { op: 0x21, va, vb } => Instruction::ArrayLength(ArrayLength::new(va, vb)?),
Format21C { op: 0x22, va, b } => Instruction::NewInstance(NewInstance::new(
va,
Self::get_id_type_from_idx(b as usize, dex)?,
@ -817,7 +817,7 @@ impl Apk {
va,
vb,
Self::get_id_type_from_idx(c as usize, dex)?,
)),
)?),
Format35C {
op: 0x24,
a,

File diff suppressed because it is too large Load diff