Skip to content

Commit 7627bcb

Browse files
committed
vault backup: 2024-12-26 22:05:44
1 parent 45d9174 commit 7627bcb

5 files changed

+21
-1
lines changed

Diff for: Android.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,15 @@ android.util.Log常用的方法有以下5个:
277277
new SimpleDateFormat("yyyyMMdd_HHmmss").format(new Date());
278278
```
279279

280+
281+
### 安卓打包与发布
282+
283+
在这里选择打包和签名安装包
284+
![[Pasted image 20241226220148.png]]
285+
286+
签名可以标识开发者,防止篡改
287+
288+
280289
---
281290

282291

@@ -5489,4 +5498,15 @@ public class MainActivity extends AppCompatActivity {
54895498
**Android15依然可以使用,注意虚拟机镜像不要选择平板镜像,请选择手机镜像,平板模式有无法定位的BUG**
54905499

54915500

5492-
*待续*
5501+
*待续*
5502+
5503+
---
5504+
---
5505+
5506+
# 安卓逆向
5507+
5508+
使用apktool解包
5509+
5510+
使用jd(jdgui)、cfr、Procyon(其Gui分支为Luyten)进行java逆向
5511+
5512+
https://github.com/deathmarine/Luyten

Diff for: attachments/Pasted image 20241226220136.png

339 KB
Loading

Diff for: attachments/Pasted image 20241226220139.png

339 KB
Loading

Diff for: attachments/Pasted image 20241226220141.png

339 KB
Loading

Diff for: attachments/Pasted image 20241226220148.png

339 KB
Loading

0 commit comments

Comments
 (0)