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

Method ChecksumMemoryRange

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

Source from the content-addressed store, hash-verified

70}
71
72uint32_t DexFile::ChecksumMemoryRange(const uint8_t* begin, size_t size) {
73 return adler32(adler32(0L, Z_NULL, 0), begin, size);
74}
75
76int DexFile::GetPermissions() const {
77 CHECK(container_.get() != nullptr);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected