MCPcopy Create free account
hub / github.com/WrBug/dumpDex / is_arm_64

Function is_arm_64

app/src/main/cpp/util/deviceutils.cpp:23–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23bool is_arm_64() {
24#if defined(__aarch64__)
25 return true;
26#else
27 return false;
28#endif
29}
30
31bool is_oreo() {
32 return sdk_int == 27 || sdk_int == 26;

Callers 3

get_open_function_flagFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected