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

Method GetVersion

Bcore/src/main/cpp/dex/dex_file.cc:201–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201uint32_t DexFile::Header::GetVersion() const {
202 const char* version = reinterpret_cast<const char*>(&magic_[kDexMagicSize]);
203 return atoi(version);
204}
205
206const DexFile::ClassDef* DexFile::FindClassDef(dex::TypeIndex type_idx) const {
207 size_t num_class_defs = NumClassDefs();

Callers 2

GetDexVersionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected