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
Added maps parser and fixed child zygote namespaces
This commit is contained in:
@@ -12,10 +12,10 @@ public:
|
||||
const std::string &filesystem_type, const std::string &mount_source,
|
||||
const std::string &super_options);
|
||||
|
||||
const int &getMountId() const;
|
||||
const int &getParentId() const;
|
||||
const int &getMajor() const;
|
||||
const int &getMinor() const;
|
||||
int getMountId() const;
|
||||
int getParentId() const;
|
||||
int getMajor() const;
|
||||
int getMinor() const;
|
||||
const std::string &getRoot() const;
|
||||
const std::string &getMountPoint() const;
|
||||
const std::unordered_map<std::string, std::string> &getMountOptions() const;
|
||||
|
||||
Reference in New Issue
Block a user