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

Method GetClassData

Bcore/src/main/cpp/dex/dex_file.h:679–681  ·  view source on GitHub ↗

Returns a pointer to the raw memory mapped class_data_item

Source from the content-addressed store, hash-verified

677
678 // Returns a pointer to the raw memory mapped class_data_item
679 const uint8_t* GetClassData(const ClassDef& class_def) const {
680 return DataPointer<uint8_t>(class_def.class_data_off_);
681 }
682
683 // Return the code item for a provided offset.
684 const CodeItem* GetCodeItem(const uint32_t code_off) const {

Callers 6

fixCodeItemFunction · 0.80
VisitMethodsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected