MCPcopy Create free account
hub / github.com/MhmRdd/NoHello / postSpecialize

Method postSpecialize

module/src/main/cpp/nohello.cpp:490–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488 }
489
490 void postSpecialize(const char *process) {
491 // Unhook PLT hooks
492 if (ar_unshare) {
493 api->pltHookRegister(rundev, runinode, "unshare", (void*) ar_unshare, nullptr);
494 ar_unshare = nullptr; // Clear pointer
495 }
496 api->pltHookCommit();
497 //close(cfd);
498 api->setOption(zygisk::Option::DLCLOSE_MODULE_LIBRARY);
499 }
500
501};
502

Callers

nothing calls this directly

Calls 3

pltHookRegisterMethod · 0.80
pltHookCommitMethod · 0.80
setOptionMethod · 0.80

Tested by

no test coverage detected