Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as Java by jgf ( 15 years ago )
AnalyzedInstruction inst;
DexFile dexFile;

if (inst.getInstruction().opcode == IGET_WIDE_QUICK) {
    OffsetInstruction offi = (OffsetInstruction) inst.getInstruction();
    int index = offi.getTargetAddressOffset();
    FieldIdItem field = dexFile.FieldIdsSection.getItemByIndex(index);
}

 

Revise this Paste

Your Name: Code Language: