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

Method GetArtMethodNativeOffset

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

Source from the content-addressed store, hash-verified

31}
32
33uint32_t ArtM::GetArtMethodNativeOffset() {
34 return ArtMethodEnv.art_method_native_offset;
35}
36
37uint32_t ArtM::GetAccessFlags(const char *art_method) {
38 return *reinterpret_cast<const uint32_t *>(art_method + GetArtMethodFlagsOffset());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected