mirror of
https://github.com/revanced/smali.git
synced 2025-05-03 16:14:29 +02:00
Fixed an issue where the AnnotationSetRefList section didn't have a corresponding map entry
git-svn-id: https://smali.googlecode.com/svn/trunk@59 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
parent
76ec9bbc90
commit
b0b76a1924
@ -82,6 +82,7 @@ public class DexFile
|
||||
};
|
||||
|
||||
offsettedSections = new OffsettedSection[] {
|
||||
AnnotationSetRefListsSection,
|
||||
AnnotationSetsSection,
|
||||
CodeItemsSection,
|
||||
AnnotationDirectoriesSection,
|
||||
@ -90,9 +91,7 @@ public class DexFile
|
||||
DebugInfoItemsSection,
|
||||
AnnotationsSection,
|
||||
EncodedArraysSection,
|
||||
ClassDataSection,
|
||||
|
||||
AnnotationSetRefListsSection
|
||||
ClassDataSection
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -84,6 +84,7 @@ public class MapItem extends IndexedItem<MapItem> {
|
||||
mapItem.mapEntries.add(new MapField(dexFile, (short)0x0004));
|
||||
mapItem.mapEntries.add(new MapField(dexFile, (short)0x0005));
|
||||
mapItem.mapEntries.add(new MapField(dexFile, (short)0x0006));
|
||||
mapItem.mapEntries.add(new MapField(dexFile, (short)0x1002));
|
||||
mapItem.mapEntries.add(new MapField(dexFile, (short)0x1003));
|
||||
mapItem.mapEntries.add(new MapField(dexFile, (short)0x2001));
|
||||
mapItem.mapEntries.add(new MapField(dexFile, (short)0x2006));
|
||||
|
Loading…
x
Reference in New Issue
Block a user