John Wu
John Wu
Hello @rovo89, long time no see! In the time since last time we had conversation here on Github (for systemless support of Xposed), I had created a quite popular project...
Hello @rovo89 Here I pull request to support systemless Xposed. I have added many detection and features. Noticeable updates are: - Use shell script as updater-binary. Since SuperSU is now...
I'm trying to expose a Rust defined type and implement one of its method in C++ ```rust #[cxx::bridge] pub mod ffi { extern "Rust" { type Test; } unsafe extern...