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

Method GetDexVersion

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

Decode the dex magic version

Source from the content-addressed store, hash-verified

448
449 // Decode the dex magic version
450 uint32_t GetDexVersion() const {
451 return GetHeader().GetVersion();
452 }
453
454 // Returns true if the byte string points to the magic value.
455 virtual bool IsMagicValid() const = 0;

Callers

nothing calls this directly

Calls 1

GetVersionMethod · 0.80

Tested by

no test coverage detected