Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Magisk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Magisk
Commits
512e7be7
Commit
512e7be7
authored
Apr 27, 2017
by
topjohnwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add version info
parent
727abbea
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
2 deletions
+4
-2
magiskhide.c
jni/magiskhide/magiskhide.c
+1
-0
magiskpolicy
jni/magiskpolicy
+1
-1
resetprop.cpp
jni/resetprop/resetprop.cpp
+1
-0
su
jni/su
+1
-1
No files found.
jni/magiskhide/magiskhide.c
View file @
512e7be7
...
...
@@ -31,6 +31,7 @@ void kill_proc(int pid) {
static
void
usage
(
char
*
arg0
)
{
fprintf
(
stderr
,
"MagiskHide v"
xstr
(
MAGISK_VERSION
)
" (by topjohnwu) - Hide Magisk!
\n\n
"
"%s [--options [arguments...] ]
\n\n
"
"Options:
\n
"
" --enable: Start the magiskhide daemon
\n
"
...
...
magiskpolicy
@
3e106a9d
Subproject commit
9de3c582c02e63fdc9642a230baf2201b747557
c
Subproject commit
3e106a9dc53400b2dde2e80cff277a5552a447a
c
jni/resetprop/resetprop.cpp
View file @
512e7be7
...
...
@@ -108,6 +108,7 @@ static bool is_legal_property_name(const char* name, size_t namelen) {
static
int
usage
(
char
*
arg0
)
{
fprintf
(
stderr
,
"resetprop v"
xstr
(
MAGISK_VERSION
)
" (by topjohnwu & nkk71) - System Props Modification Tool
\n\n
"
"Usage: %s [options] [args...]
\n
"
"%s <name> <value>: Set property entry <name> with <value>
\n
"
"%s --file <prop file>: Load props from <prop file>
\n
"
...
...
su
@
9120f71f
Subproject commit
c5583620349aa7700435bda0b0f356c3510e550e
Subproject commit
9120f71f197e3cabf68c55154e30501679fb3aa8
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment