Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ Begin
Method
Begin
Bcore/src/main/cpp/dex/dex_file.h:931–933 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
929
bool DisableWrite() const;
930
931
const uint8_t* Begin() const {
932
return begin_;
933
}
934
935
size_t Size() const {
936
return size_;
Callers
8
handleDumpByDexFile
Function · 0.80
SetDexSections
Method · 0.80
SetDexFileRegistration
Method · 0.80
SetAllStringDataStartRegistration
Method · 0.80
SetAllStringDataRegistration
Method · 0.80
dex_file.cc
File · 0.80
Madvise
Method · 0.80
OpenCommon
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected