Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
bool is_arm_64() {
24
#if defined(__aarch64__)
25
return true;
26
#else
27
return false;
28
#endif
29
}
30
31
bool is_oreo() {
32
return sdk_int == 27 || sdk_int == 26;
Callers
3
get_open_function_flag
Function · 0.85
get_old_open_function_addr
Function · 0.85
get_new_open_function_addr
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected