MCPcopy 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

handleDumpByDexFileFunction · 0.80
SetDexSectionsMethod · 0.80
dex_file.ccFile · 0.80
MadviseMethod · 0.80
OpenCommonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected