Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ IsInDataSection
Method
IsInDataSection
Bcore/src/main/cpp/dex/dex_file.h:1007–1009 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1005
}
1006
1007
bool IsInDataSection(const void* addr) const {
1008
return DataBegin() <= addr && addr < DataBegin() + DataSize();
1009
}
1010
1011
DexFileContainer* GetContainer() const {
1012
return container_.get();
Callers
1
Init
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected