pubconstSTATUS_CRASHED:&str="❌Zygisk Nexthas crashed"; 3838 pubconstSTATUS_ROOT_IMPL_NONE:&str="❌ Unknown root implementation"; 3939 pubconstSTATUS_ROOT_IMPL_TOO_OLD:&str="❌ Root implementation version too old"; 4040 pubconstSTATUS_ROOT_IMPL_ABNORMAL:&str="❌ Abnormal root implement...
Standalone implementation of Zygisk. Contribute to Dr-TSNG/ZygiskNext development by creating an account on GitHub.
("Welcome to Zygisk Next ({}) !", constants::ZKSU_VERSION); 39 + 40 + TMP_PATH.init(std::env::var("TMP_PATH")?); 41 + CONTROLLER_SOCKET.init(format!("{}/init_monitor", TMP_PATH.deref())); 42 + PATH_CP_NAME.init(format!("{}/{}", TMP_PATH.deref(), lp_select...
Standalone implementation of Zygisk. Contribute to Dr-TSNG/ZygiskNext development by creating an account on GitHub.