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

Method HasAccessFlag

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

Source from the content-addressed store, hash-verified

56}
57
58bool ArtM::HasAccessFlag(char *art_method, uint32_t flag) {
59 uint32_t flags = GetAccessFlags(art_method);
60 return (flags & flag) == flag;
61}
62
63bool ArtM::ClearFastNativeFlag(char *art_method) {
64 // FastNative

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected