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

Method IsMagicValid

Bcore/src/main/cpp/dex/dex_file_loader.cc:156–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156bool DexFileLoader::IsMagicValid(uint32_t magic) {
157 return IsMagicValid(reinterpret_cast<uint8_t*>(&magic));
158}
159
160bool DexFileLoader::IsMagicValid(const uint8_t* magic) {
161 return StandardDexFile::IsMagicValid(magic) ||

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected