WIP
This commit is contained in:
parent
c937154601
commit
8c14c0dac9
2 changed files with 8806 additions and 27 deletions
|
|
@ -802,8 +802,8 @@ impl Apk {
|
||||||
va,
|
va,
|
||||||
vb,
|
vb,
|
||||||
Self::get_id_type_from_idx(c as usize, dex)?,
|
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(
|
Format21C { op: 0x22, va, b } => Instruction::NewInstance(NewInstance::new(
|
||||||
va,
|
va,
|
||||||
Self::get_id_type_from_idx(b as usize, dex)?,
|
Self::get_id_type_from_idx(b as usize, dex)?,
|
||||||
|
|
@ -817,7 +817,7 @@ impl Apk {
|
||||||
va,
|
va,
|
||||||
vb,
|
vb,
|
||||||
Self::get_id_type_from_idx(c as usize, dex)?,
|
Self::get_id_type_from_idx(c as usize, dex)?,
|
||||||
)),
|
)?),
|
||||||
Format35C {
|
Format35C {
|
||||||
op: 0x24,
|
op: 0x24,
|
||||||
a,
|
a,
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue