You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Fully implement daemon side of Zygisk in Rust
This commit is contained in:
@@ -26,7 +26,6 @@ enum class RespondCode : int {
|
||||
END
|
||||
};
|
||||
|
||||
extern bool zygisk_enabled;
|
||||
extern std::string native_bridge;
|
||||
|
||||
void reset_zygisk(bool restore);
|
||||
|
||||
@@ -6,6 +6,8 @@ const char *get_magisk_tmp();
|
||||
void install_apk(rust::Utf8CStr apk);
|
||||
void uninstall_pkg(rust::Utf8CStr pkg);
|
||||
void update_deny_flags(int uid, rust::Str process, uint32_t &flags);
|
||||
void initialize_denylist();
|
||||
void restore_zygisk_prop();
|
||||
|
||||
// Rust bindings
|
||||
static inline rust::Utf8CStr get_magisk_tmp_rs() { return get_magisk_tmp(); }
|
||||
|
||||
Reference in New Issue
Block a user