- 24 Nov, 2018 5 commits
-
-
Ilya Kushnir authored
-
Albert I authored
Signed-off-by:
Albert I <krascgq@outlook.co.id>
-
topjohnwu authored
-
topjohnwu authored
-
topjohnwu authored
-
- 23 Nov, 2018 2 commits
-
-
topjohnwu authored
Services can name their process name arbitrarily, for instance the service in com.google.android.gms that is responsible for SafetyNet is named com.google.android.gms.unstable. There are many apps out in the wild use dedicated services with special names to detect root, and previously the user is expected to add all of them to the hide list. In this commit, we change from targeting process names to component names. On Android, component names are composed of <pkg>/<cls>. When targeting component names, we can always know what application spawned the new process. This means that if the user adds a package name to the hidelist, MagiskHide can now target ALL possible processes of that specific application. To abide with this change, the default SafetyNet target is now changed from com.google.android.gms.unstable (process name) to com.google.android.gms/.droidguard.DroidGuardService (component name)
-
topjohnwu authored
-
- 20 Nov, 2018 8 commits
-
-
topjohnwu authored
-
topjohnwu authored
Close #786
-
topjohnwu authored
-
topjohnwu authored
-
topjohnwu authored
-
Igor Sorocean authored
-
Nguyễn Trung Hậu authored
-
Rom authored
-
- 18 Nov, 2018 3 commits
- 16 Nov, 2018 6 commits
-
-
topjohnwu authored
The database should only be accessed by a single process, which is magiskd. This means 'magisk --sqlite [SQL]' has to be updated to pass the SQL command to the daemon. In addition, open the database connection with SQLITE_OPEN_FULLMUTEX to support multithread in magiskd.
-
topjohnwu authored
-
topjohnwu authored
-
topjohnwu authored
-
topjohnwu authored
-
topjohnwu authored
Symlinks are preserved for backwards compatibility
-
- 15 Nov, 2018 7 commits
-
-
topjohnwu authored
-
topjohnwu authored
Close #673
-
marciozomb13 authored
-
Ian Macdonald authored
-
Ian Macdonald authored
-
topjohnwu authored
Symlink is preserved for backwards compatibility
-
topjohnwu authored
-
- 13 Nov, 2018 5 commits
- 10 Nov, 2018 2 commits
- 09 Nov, 2018 1 commit
-
-
topjohnwu authored
-
- 08 Nov, 2018 1 commit
-
-
topjohnwu authored
-