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

Method preServerSpecialize

module/src/main/cpp/nohello.cpp:311–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309 }
310
311 void preServerSpecialize(ServerSpecializeArgs *args) override {
312 //preSpecialize("system_server"); // System server usually doesn't need this level of hiding
313 api->setOption(zygisk::Option::DLCLOSE_MODULE_LIBRARY);
314 }
315
316private:
317 Api *api{};

Callers

nothing calls this directly

Calls 1

setOptionMethod · 0.80

Tested by

no test coverage detected