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

Function reshare

module/src/main/cpp/nohello.cpp:289–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287int (*ar_unshare)(int) = nullptr;
288
289static int reshare(int flags) {
290 errno = 0;
291 return flags == CLONE_NEWNS ? 0 : ar_unshare(flags & ~CLONE_NEWNS);
292}
293
294class NoHello : public zygisk::ModuleBase {
295public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected