MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / GetMapList

Method GetMapList

Bcore/src/main/cpp/dex/dex_file.h:963–965  ·  view source on GitHub ↗

Read MapItems and validate/set remaining offsets.

Source from the content-addressed store, hash-verified

961
962 // Read MapItems and validate/set remaining offsets.
963 const DexFile::MapList* GetMapList() const {
964 return reinterpret_cast<const DexFile::MapList*>(DataBegin() + header_->map_off_);
965 }
966
967 // Utility methods for reading integral values from a buffer.
968 static int32_t ReadSignedInt(const uint8_t* ptr, int zwidth);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected