Skip to content

Instantly share code, notes, and snippets.

View asdfugil's full-sized avatar

Nick Chan asdfugil

View GitHub Profile
@asdfugil
asdfugil / copypasta.txt
Created May 26, 2022 04:09
Chinese words copypasta except that it only has to do with iOS jailbreaking but not China (including Chinese words)
越獄 jailbreak 卡梅伦 28th May 2022 尼克 尼克 checkra1n 檢查雨 iOS 15.1 10月24LinusHenze事件 Taurine15 硬體 開機前 rootless 更新 無根 Boot Loop Incompetency xARTs 用戶空間漏洞 Misinformation 頁面保護機制 AMFI bypass 不同的黑 Tim Apple 指針驗證 xina520 朱心浪 Coolstar 冷星 patreon leak 內核 semi-untethered 內核修補保護 内核修补保护 Bypassing Antivirus 什麼時候才有越獄 Spreading Falsified Bug Reports 朝日Linux GPL 2.0 蘋果開放原始碼 Boot Loop 停權30天 30 Day Ban 瑞克 r/Jailbreak 越獄頻道 Discord Jailbreak Server 管理員 Jailbreaks.app 無關內容 Severe Punishment 靜音 唯一識別碼 註冊 海盜 本地 應用程式 內 購買 商店 蛋糕 生日 蘋果手機 應用程式 重新監禁 俄羅斯 數位版權管理 揭發 8.0.2 遷移 初始化 基本系統 重寫 十五 無根 牛黃酸 十五 15 跨性別 跨性別恐懼 纳塔莉 内森1 内森2 X12 Wayland 永遠 土地 統一 越獄 回復 未來還原 futurerestore 測試版 beta 視窗 越獄 Windows jailbreak ETA 洩漏 奥德赛 beta3 嵌合體 厄勒克特拉 PS 越獄守護進程 開源 pwn20wnd Would Not Be Happy 尼克 卡梅倫 越獄
@asdfugil
asdfugil / trfp0.c
Last active April 14, 2022 01:43
TRFP0 test
/*A lot of this code is copied from libkrw */
/*
clang -miphoneos-version-min=14.5 -DPRIVATE trfp0.c -o trfp0
ldid -Stfp0.xml trfp0
*/
/*
The MIT License (MIT)
Copyright (c) 2021 Siguza
@asdfugil
asdfugil / README
Last active February 19, 2022 04:27
chinaq.tv 中國人線上看 downloader 下載器
chinaq.tv downloader
===================
chinaq.tv 中國人線上看 downloader 下載器
Dependencies 依賴: yt-dlp, nodejs, node-fetch
Usage 用法: node download.mjs [-l, --list-sources] <url> <source>
其中url為網址
@asdfugil
asdfugil / procursus-toolchain-fbsd.sh
Last active November 20, 2023 08:37
procursus-toolchain-fbsd.sh
#!/usr/bin/env bash
export PREFIX="${HOME}"/.local
export GNUBINDIR="${PREFIX}"/libexec/gnubin
mkdir -p "${GNUBINDIR}"
COREUTILS='basename cat chgrp chmod chown chroot cksum comm cp csplit cut date dd df dir dircolors dirname du echo env expand expr factor false fmt fold groups head hostid hostname id install join kill link ln logname ls md5sum mkdir mkfifo mknod mv nice nl nohup od paste pathchk pinky pr printenv printf ptx pwd readlink rm rmdir seq sha1sum shred sleep sort split stat stty su sum sync tac tail tee test touch tr true tsort tty uname unexpand uniq unlink uptime users vdir wc who whoami yes'
OTHER_GNU_BINS='make tar sed patch find'
if [ ! -f "${GNUBINDIR}/.link_complete" ]; then
for util in $COREUTILS $OTHER_GNU_BINS; do
@asdfugil
asdfugil / procursus-utils-fbsd.sh
Last active May 27, 2021 01:25
procursus_utils for FreeBSD
#!/usr/bin/env bash
export BUILD_DIR=${HOME}/procursus_utils
export BUILD_ROOT=${BUILD_DIR}/build
export SDKS=${BUILD_DIR}/SDKs
export TARGET_SYSROOT=${SDKS}/iPhoneOS13.2.sdk
export MACOSX_SYSROOT=${SDKS}/MacOSX.sdk
export GNUBINDIR=${BUILD_DIR}/gnubin
mkdir -p ${BUILD_DIR} ${BUILD_DIR}/{SDKs,gnubin}
## GNU BIN
## don't add to PATH, that might break other things
@asdfugil
asdfugil / README.md
Last active April 6, 2021 01:48
Ubuntu-like motd for Procursus

Ubuntu-like motd for Procursus

Ubuntu-like motd for jailbroken iOS users using the Procursus bootstrap. Supports bash and zsh.

Installation

  1. Install dependencies: sudo apt install coreutils grep nodejs darwintools
  2. Copy the text of greeting.sh
  3. Create a file at /etc/profile.d/greeting.sh and paste the contents.
  4. Test it. Try opening NewTerm.
@asdfugil
asdfugil / Requirements.md
Last active December 28, 2020 11:02
checkn1x system requirements
@asdfugil
asdfugil / elevate.js
Created December 8, 2020 03:16
elevate role position on discord when @everyone can invite bots
#!/usr/bin/env node
"use strict"
// Discord gives all bots with permissions a role , if @everyone can invite bots they can elevate their role position
// made by nick chan
const config = {
role_name: "Nick Chan",
role_colour: 0x000000,
role_permissions: 8,
mentionable: true,
bot_token: "*******************.******.**************************",