You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
fix injector cannot get tmp path
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
#endif
|
||||
|
||||
constexpr auto kCPSocketName = "/" LP_SELECT("cp32", "cp64") ".sock";
|
||||
inline static const char* TMP_PATH = getenv("TMP_PATH");
|
||||
|
||||
class UniqueFd {
|
||||
using Fd = int;
|
||||
@@ -63,6 +62,10 @@ namespace zygiskd {
|
||||
SystemServerStarted,
|
||||
};
|
||||
|
||||
void Init(const char *path);
|
||||
|
||||
std::string GetTmpPath();
|
||||
|
||||
bool PingHeartbeat();
|
||||
|
||||
int RequestLogcatFd();
|
||||
|
||||
Reference in New Issue
Block a user