PerformanC / ReZygisk

Standalone implementation of Zygisk but better.
GNU General Public License v3.0
76 stars 6 forks source link

Improve CLI and code #3

Closed ThePedroo closed 1 week ago

ThePedroo commented 1 week ago

Changes

This PR adds improvements to the CLI, fixing segmentation fault when TMP_PATH variable was not set and adding a way to check for information about the daemon. Also improves the code by changing more C++ keywords to C keywords.

Why

This allows the WebUI to be possible, but also improves the stability of the project. C is also a faster and more efficient language than C++, which is necessary here.

Checkmarks