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

Function xh_util_flush_instruction_cache

Bcore/src/main/cpp/xhook/xh_util.c:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void xh_util_flush_instruction_cache(uintptr_t addr)
119{
120 __builtin___clear_cache((void *)PAGE_START(addr), (void *)PAGE_END(addr));
121}

Callers 1

xh_elf_replace_functionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected