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

Class A64HookInit

app/src/main/cpp/And64InlineHook.cpp:499–505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

497//-------------------------------------------------------------------------
498
499class A64HookInit {
500public:
501 A64HookInit() {
502 __make_rwx(__insns_pool, sizeof(__insns_pool));
503 A64_LOGI("insns pool initialized.");
504 }
505};
506static A64HookInit __init;
507
508//-------------------------------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected