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
b6b6e2ad
Commit
b6b6e2ad
authored
Oct 22, 2019
by
sikang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
cf9231dc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
python/main.py
+5
-0
python/tools/garbel/package_garble.py
+0
-0
No files found.
python/main.py
View file @
b6b6e2ad
...
...
@@ -3,6 +3,7 @@ from func import Function
from
shell
import
Shell
from
tools.garbel.garble
import
Garble
from
tools.garbel.activity_garble
import
ActivityGarble
from
tools.garbel.package_garble
import
PackageGarble
import
os
import
shutil
...
...
@@ -33,6 +34,7 @@ print("15、刷新本地协议")
print
(
"16、api混淆"
)
print
(
"17、字符串混淆"
)
print
(
"18、四大组件混淆"
)
print
(
"19、包路径混淆"
)
print
(
"21、reset project"
)
command
=
int
(
input
(
"请输入指令编号:"
))
...
...
@@ -93,5 +95,8 @@ elif command == 17:
elif
command
==
18
:
ActivityGarble
()
.
activity_garble
(
config
)
elif
command
==
18
:
PackageGarble
()
.
pkg_garble
(
config
)
elif
command
==
21
:
Shell
()
.
reset_project
(
config
)
python/tools/garbel/package_garble.py
View file @
b6b6e2ad
This diff is collapsed.
Click to expand it.
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