Skip to content

Commit 7d20791

Browse files
committed
add excerpt for 2 blogs
1 parent c84eb77 commit 7d20791

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

source/_posts/trueblog/datastructure.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ date: 2025/2/1 23:39:00
44
updated: 2025/2/6 13:59:00
55
tags:
66
- non-ctf
7+
excerpt: 这个学期选了数据结构实验课(C语言版),我就打算用纯C完成任务,但是由于开课时间短,实际上想要独立完成还是需要花不少时间的。而且在任务的约束下,使用AI并不能给出正确的代码。不过最后除了排序我还是独立完成了所有模块(排序这么公式化的模块还是好抄的)。
78
---
89

910
这个学期选了数据结构实验课(C语言版),我就打算用纯C完成任务,但是由于开课时间短,

source/_posts/trueblog/rootCAviaKSU.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ tags:
66
- non-ctf
77
- KernelSU
88
thumbnail: /assets/trueblog/rootca.jpg
9+
excerpt: 在手机上抓包,可以使用`PCAPdroid`,但是为了解包https流量,需要做中间人攻击,安装用户证书,并在通知栏中显示“网络流量可能受到监控”。为了把这些字样去除,可以使用KSU模块将准备好的用户证书复制到根证书区,随后就可以删除用户证书了。然而,模块却引入了新的问题...
910
---
1011

1112
{% note blue fa-newspaper %}

0 commit comments

Comments
 (0)