Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lib_base
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sikang
lib_base
Commits
a1d493c6
Commit
a1d493c6
authored
Nov 04, 2019
by
sikang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
001679bd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
3 deletions
+13
-3
python/help.py
+10
-1
python/main.py
+3
-2
No files found.
python/help.py
View file @
a1d493c6
...
@@ -37,12 +37,21 @@ print(" ")
...
@@ -37,12 +37,21 @@ print(" ")
command
=
int
(
input
(
"请输入指令编号:"
))
command
=
int
(
input
(
"请输入指令编号:"
))
if
command
==
0
:
if
command
==
0
:
ActivityGarble
()
.
activity_garble
(
config
)
#布局文件混淆 必须放前面
LayoutGarble
()
.
layout_garble
(
config
)
#四大组件类名混淆
ActivityGarble
()
.
activity_garble
(
config
)
ß
#Api混淆
ApiGarble
()
.
api_garble
(
config
)
ApiGarble
()
.
api_garble
(
config
)
#包路径混淆
PackageGarble
()
.
pkg_garble
(
config
)
PackageGarble
()
.
pkg_garble
(
config
)
#Manifest混淆
ManifestGarble
()
.
manifest_garble
(
config
)
ManifestGarble
()
.
manifest_garble
(
config
)
#插入java乱码
JavaGarble
()
.
java_garble
(
config
)
JavaGarble
()
.
java_garble
(
config
)
#字符串混淆
StringGarble
()
.
str_grable
(
config
)
StringGarble
()
.
str_grable
(
config
)
#图片混淆
ImageGarble
()
.
img_garble
(
config
)
ImageGarble
()
.
img_garble
(
config
)
elif
command
==
1
:
elif
command
==
1
:
...
...
python/main.py
View file @
a1d493c6
...
@@ -70,6 +70,8 @@ if command == 1 or command == 111:
...
@@ -70,6 +70,8 @@ if command == 1 or command == 111:
SdkManager
()
.
start_process
(
config
,
True
,
"CONTACT"
)
SdkManager
()
.
start_process
(
config
,
True
,
"CONTACT"
)
else
:
else
:
SdkManager
()
.
start_process
(
config
,
False
,
"CONTACT"
)
SdkManager
()
.
start_process
(
config
,
False
,
"CONTACT"
)
#布局文件混淆
LayoutGarble
()
.
layout_garble
(
config
)
# api混淆
# api混淆
ApiGarble
()
.
api_garble
(
config
)
ApiGarble
()
.
api_garble
(
config
)
# 字符串混淆
# 字符串混淆
...
@@ -84,8 +86,7 @@ if command == 1 or command == 111:
...
@@ -84,8 +86,7 @@ if command == 1 or command == 111:
JavaGarble
()
.
java_garble
(
config
)
JavaGarble
()
.
java_garble
(
config
)
#图片混淆
#图片混淆
ImageGarble
()
.
img_garble
(
config
)
ImageGarble
()
.
img_garble
(
config
)
#布局文件混淆
LayoutGarble
()
.
layout_garble
(
config
)
# 旧版脚本编译(待转移)
# 旧版脚本编译(待转移)
if
command
==
1
:
if
command
==
1
:
...
...
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