You've already forked Zygisk-Assistant
mirror of
https://github.com/snake-4/Zygisk-Assistant.git
synced 2025-09-06 06:37:02 +00:00
Fixed companion FD for child zygotes
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
#pragma once
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|||||||
@@ -96,6 +96,7 @@ public:
|
|||||||
|
|
||||||
int companionFd = -1;
|
int companionFd = -1;
|
||||||
ASSERT_LOG("preAppSpecialize", (companionFd = api->connectCompanion()) != -1);
|
ASSERT_LOG("preAppSpecialize", (companionFd = api->connectCompanion()) != -1);
|
||||||
|
ASSERT_LOG("preAppSpecialize", companionFd != -1 && api->exemptFd(companionFd));
|
||||||
|
|
||||||
callbackFunction = [fd = companionFd]()
|
callbackFunction = [fd = companionFd]()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user