fallrain / windows-conf.md
0 j'aimes
0 forks
1 fichiers
Dernière activité
下面是一个 PowerShell 脚本,可以满足你的需求:
- 设置硬件时钟为 UTC;
- 关闭 Windows 时间自动同步(包括网络时间和自动设置时间);
- 手动与 NTP 服务器同步一次;
- 关闭“快速启动”。
你可以将下面的内容保存为 setup.ps1,右键用管理员身份运行 PowerShell,然后执行此脚本。
fallrain / ics-pa-notes.md
0 j'aimes
0 forks
1 fichiers
Dernière activité
+++ date = '2025-02-15T16:55:11+08:00' draft = true title = 'NJU ICS PA Notes'
+++
One may encounter some hurdles here and there when drilling through NJU ICS PA 2024, which is surely a very good educational project btw. So here's my two cents.
Makefiles Spaghetti
fallrain / k2pdfopt_opt.md
0 j'aimes
0 forks
1 fichiers
Dernière activité
-mode tm -cbox- -ibox- -cbox 0in,1.2in,-1in,6.6in
fallrain / checkm8_downgrade.md
0 j'aimes
0 forks
1 fichiers
Dernière activité
Checkm8 设备刷入未签名版本 iOS
首先下载 Legacy iOS Kit,理论上好像直接用这个脚本就可以了。但是它对网络的要求比较高。
或者手动设置 nonce:
- Put it in DFU
wget https://alexia.lol/gaster/gaster-Linux.zip && unzip gaster-Linux.zip && chmod +x gastersudo ./gaster pwn && sudo ./gaster resetsudo ./futurerestore -t <drag_blob_here> --use-pwndfu --set-nonce --latest-sep --latest-baseband <drag_ipsw_here>
fallrain / arch-install-chroot.sh
0 j'aimes
0 forks
3 fichiers
Dernière activité
| 1 | echo "export EDITOR=nvim" >> ~/.bash_profile |
| 2 | source ~/.bash_profile |
| 3 | useradd -m -G wheel -s /bin/bash frain |
| 4 | passwd frain |
| 5 | visudo |
| 6 | |
| 7 | su frain |
| 8 | sudo pacman -S chezmoi |
| 9 | chezmoi init [email protected]:6957efbbba2d7df023d9a849/dotfiles.git |
| 10 | chezmoi apply |
fallrain / WeChat_Win_VersionFix.py
0 j'aimes
0 forks
1 fichiers
Dernière activité
| 1 | import subprocess |
| 2 | import time |
| 3 | import pymem |
| 4 | import pymem.process |
| 5 | import pymem.pattern |
| 6 | |
| 7 | def mod_mem(pid): |
| 8 | # 打开进程 |
| 9 | pm = pymem.Pymem(pid) |
| 10 | module = pymem.process.module_from_name(pm.process_handle, 'WeChatWin.dll') |
Plus récent
Plus ancien