1. 程式人生 > >Android逆向分析基礎-Android可執行檔案

Android逆向分析基礎-Android可執行檔案

  • link_data 目前為空
    struct DexFile {
    DexHeader Header,
    DexStringId StringIds[stringIdsSize],
    DexTypeId TypeIds[typeIdsSize],
    DexProtoId ProtoIds[protoIdsSize],
    DexFieldId FieldIds[fieldIdsSize],
    DexMethodId MethodIds[methodIdsSize],
    DexClassDef ClassDefs[classDefsSize],
    DexData Data[],
    DexLink LinkData
    };