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

Method GetArtMethodFlagsOffset

Bcore/src/main/cpp/jnihook/ArtM.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25uint32_t ArtM::GetArtMethodFlagsOffset() {
26 return ArtMethodEnv.art_method_flags_offset;
27}
28
29uint32_t ArtM::GetArtMethodDexCodeItemOffset(void *art_method) {
30 return *reinterpret_cast<const uint32_t *>(reinterpret_cast<char *>(art_method) + ArtMethodEnv.art_method_dex_code_item_offset);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected