Skip to content

Commit

Permalink
perf: 将所有附件移至 GitHub Releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Young-Lord committed May 12, 2024
1 parent 24fc7fe commit 3a97e51
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 294 deletions.
2 changes: 1 addition & 1 deletion _posts/2021-06-05-解包Arcaea_NS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ redirect_from:
---
### 你需要的文件

[点我下载](/files/ARCAEA_SWITCH_DEPACK.zip)
[点我下载](https://github.com/Young-Lord/Young-Lord.github.io/releases/download/assets/ARCAEA_SWITCH_DEPACK.zip)

![需要的文件列表:我提供的工具箱、Arcaea的nsp文件、我提供的py文件](https://i.loli.net/2021/06/05/Czkpi627l4yFdTv.png)

Expand Down
2 changes: 1 addition & 1 deletion _posts/2021-07-25-Arcaea的一些破解记录.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ redirect_from:

由于目标是`aarch64`架构,所以需要多架构的gdb(这也就是不用Windows的原因)。执行`sudo apt install gdb-multiarch`,随后执行`gdb-multiarch`以确定安装成功

gdbserver可以在[Android NDK](https://developer.android.google.cn/ndk/downloads?hl=zh-cn)`prebuilt/android-arm64/gdbserver/`目录下找到,也可以用[我上传的版本](/files/gdbserver)(gdbserver 7.11 for arm64,来自NDK 19c for linux)
gdbserver可以在[Android NDK](https://developer.android.google.cn/ndk/downloads?hl=zh-cn)`prebuilt/android-arm64/gdbserver/`目录下找到,也可以用[我上传的版本](https://github.com/Young-Lord/Young-Lord.github.io/releases/download/assets/gdbserver)(gdbserver 7.11 for arm64,来自NDK 19c for linux)

把gdbserver丢到`/data/local/tmp/`目录下,赋予777权限

Expand Down
2 changes: 1 addition & 1 deletion _posts/2022-12-20-为安卓编译SELinux相关工具.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cd selinux
编译过程会遇到一堆坑,这里我已经整合成了diff,可以如下方式打补丁:

```shell
wget https://young-lord.github.io/files/selinux-compile-termux.diff
wget https://github.com/Young-Lord/Young-Lord.github.io/releases/download/assets/selinux-compile-termux.diff
git apply selinux-compile-termux.diff
```

Expand Down
4 changes: 2 additions & 2 deletions _posts/2023-01-31-小米Mix2S修改开机第一屏.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ su -c dd if=/dev/block/by-name/logo of=logo.orig.bak

在Termux中执行以下操作前,请确保Termux已经安装Python 3并且被授予了root权限。

下载[这个文件](/files/mix2s_logo_modify.py),在与此文件相同目录放置以下文件(不放置则表示不替换此项)。**注意,此处的bmp文件尺寸必须与原文件尺寸一致,色深必须为24bit!**
下载[这个文件](https://github.com/Young-Lord/Young-Lord.github.io/releases/download/assets/mix2s_logo_modify.py),在与此文件相同目录放置以下文件(不放置则表示不替换此项)。**注意,此处的bmp文件尺寸必须与原文件尺寸一致,色深必须为24bit!**

- logo1.bmp(最早显示,没有“已解锁”标志的第一屏)(1080x2160,竖向)
- logo2.bmp(在logo1.bmp大概0.2秒后显示,有“已解锁”标志的第一屏)(1080x2160,竖向)
Expand All @@ -41,7 +41,7 @@ python3 mix2s_logo_modify.py
一些相关命令:

```shell
wget https://young-lord.github.io/files/mix2s_logo_modify.py
wget https://github.com/Young-Lord/Young-Lord.github.io/releases/download/assets/mix2s_logo_modify.py
convert logo1.png logo1.bmp
mogrify -format bmp *.png
exiftool *.bmp
Expand Down
4 changes: 2 additions & 2 deletions _posts/2023-07-10-安卓使用PN532读写NFC.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,11 @@ make

make完成后,你可以得到`client/`目录,`cd`进入此目录。

下载`txt_to_bin.py`(本文件由Copilot Chat转换为Python 3代码),并将`0x1111aaaa_003A.txt`转换为`1111aaaa_generated.bin`,重命名为`nonces.bin`丢到`client/`目录下。
下载[nfc_txt_to_bin.py](https://github.com/Young-Lord/Young-Lord.github.io/releases/download/assets/nfc_txttobin.py),并将`0x1111aaaa_003A.txt`转换为`1111aaaa_generated.bin`,重命名为`nonces.bin`丢到`client/`目录下。

```shell
cd client
wget https://young-lord.github.io/files/nfc_txttobin.py
wget https://github.com/Young-Lord/Young-Lord.github.io/releases/download/assets/nfc_txttobin.py
python3 nfc_txttobin.py 0x1111aaaa_003A.txt 1111aaaa
mv 1111aaaa_generated.bin nonces.bin
# 进入交互式命令行,串口号相关报错不用理
Expand Down
Binary file removed files/ARCAEA_SWITCH_DEPACK.zip
Binary file not shown.
Binary file removed files/gdbserver
Binary file not shown.
44 changes: 0 additions & 44 deletions files/mix2s_logo_modify.py

This file was deleted.

59 changes: 0 additions & 59 deletions files/nfc_txttobin.py

This file was deleted.

184 changes: 0 additions & 184 deletions files/selinux-compile-termux.diff

This file was deleted.

0 comments on commit 3a97e51

Please sign in to comment.