-
Notifications
You must be signed in to change notification settings - Fork 211
/
Copy pathbook.json
124 lines (124 loc) · 3.42 KB
/
book.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"title": "安卓应用的安全和破解",
"description": "总结安卓应用的正向安装和逆向破解;先是安卓正向和逆向的概述;然后是安卓背景知识介绍,包括安卓基本框架、apk编译打包流程、以及相关知识,包括apk文件、dex文件、安卓虚拟机的Dalvik和ART,以及Smali。接着介绍安装正向的加固手段发展历史,包括VMP;以及防静态分析,包括加壳加固,为何要加壳,以及常见的加固服务提供商,和代码混淆的ProGuard和Obfuscator-LLVM,以及防动态调试。然后是安卓逆向破解,以及系列子教程。",
"pluginsConfig": {
"toolbar-button": {
"url": "https://book.crifan.org/books/android_app_security_crack/pdf/android_app_security_crack.pdf",
"icon": "fa-file-pdf-o",
"label": "下载PDF"
},
"sitemap-general": {
"prefix": "https://book.crifan.org/books/android_app_security_crack/website/"
},
"github-buttons": {
"buttons": [
{
"repo": "android_app_security_crack",
"user": "crifan",
"type": "star",
"count": true,
"size": "small"
},
{
"user": "crifan",
"type": "follow",
"width": "120",
"count": false,
"size": "small"
}
]
},
"theme-default": {
"showLevel": true
},
"disqus": {
"shortName": "crifan"
},
"prism": {
"css": [
"prism-themes/themes/prism-atom-dark.css"
]
},
"sharing": {
"douban": false,
"facebook": true,
"google": false,
"hatenaBookmark": false,
"instapaper": false,
"line": false,
"linkedin": false,
"messenger": false,
"pocket": false,
"qq": true,
"qzone": false,
"stumbleupon": false,
"twitter": true,
"viber": false,
"vk": false,
"weibo": true,
"whatsapp": false,
"all": [
"douban",
"facebook",
"google",
"instapaper",
"line",
"linkedin",
"messenger",
"pocket",
"qq",
"qzone",
"stumbleupon",
"twitter",
"viber",
"vk",
"weibo",
"whatsapp"
]
},
"tbfed-pagefooter": {
"copyright": "crifan.org,使用<a href='https://creativecommons.org/licenses/by/4.0/deed.zh'>署名4.0国际(CC BY 4.0)协议</a>发布",
"modify_label": "最后更新:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"donate": {
"wechat": "https://www.crifan.org/files/res/crifan_com/crifan_wechat_pay.jpg",
"alipay": "https://www.crifan.org/files/res/crifan_com/crifan_alipay_pay.jpg",
"title": "",
"button": "打赏",
"alipayText": "支付宝打赏给Crifan",
"wechatText": "微信打赏给Crifan"
}
},
"author": "Crifan Li <admin@crifan.com>",
"language": "zh-hans",
"root": "./src",
"links": {
"sidebar": {
"主页": "http://www.crifan.org"
}
},
"plugins": [
"theme-comscore",
"anchors",
"expandable-menu",
"-lunr",
"-search",
"search-plus",
"disqus",
"-highlight",
"prism",
"prism-themes",
"github-buttons",
"-splitter",
"splitter-nosessionbutcookie",
"-sharing",
"sharing-plus",
"tbfed-pagefooter",
"donate",
"sitemap-general",
"copy-code-button",
"blockquote-callout",
"toolbar-button"
]
}