Skip to content

Instantly share code, notes, and snippets.

View cctv130's full-sized avatar
🌴
On vacation

cctv130

🌴
On vacation
  • Japan Tokyo
View GitHub Profile
@cctv130
cctv130 / Crack Sublime Text Windows and Linux.md
Created August 28, 2024 00:48 — forked from JerryLokjianming/Crack Sublime Text Windows and Linux.md
Crack Sublime Text 3.2.2 Build 3211 and Sublime Text 4 Alpha 4098 with Hex

How to Crack Sublime Text 3.2.2 Build 3211 with Hex Editor (Windows | Without License) ↓

  1. Download & Install Sublime Text 3.2.2 Build 3211
  2. Visit https://hexed.it/
  3. Open file select sublime_text.exe
  4. Offset 0x8545: Original 84 -> 85
  5. Offset 0x08FF19: Original 75 -> EB
  6. Offset 0x1932C7: Original 75 -> 74 (remove UNREGISTERED in title bar, so no need to use a license)
@cctv130
cctv130 / register010Editor.py
Created July 16, 2024 10:18 — forked from Forgo7ten/register010Editor.py
010Editor编辑器注册机,适用于Version: 12.0.1
# coding=utf-8
# @File : register010Editor.py
# @Desc : 010Editor编辑器注册机,适用版本Version: 12.0.1
# @Author : Forgo7ten
# @Time : 2021/11/21
import random
import sys
import time
@cctv130
cctv130 / analysis.draft.md
Created June 6, 2024 00:22 — forked from MattPD/analysis.draft.md
Program Analysis Resources (WIP draft)
@cctv130
cctv130 / analysis.draft.md
Created June 6, 2024 00:21 — forked from Florian3k/analysis.draft.md
Program Analysis Resources (WIP draft)
@cctv130
cctv130 / proxy.md
Created September 20, 2023 13:38 — forked from yougg/proxy.md
complete ways to set http/socks/ssh proxy environment variables

set http or socks proxy environment variables

# set http proxy
export http_proxy=http://PROXYHOST:PROXYPORT

# set http proxy with user and password
export http_proxy=http://USERNAME:PASSWORD@PROXYHOST:PROXYPORT

# set http proxy with user and password (with special characters)
@cctv130
cctv130 / wsl-kvm.sh
Created September 16, 2023 02:50 — forked from afmiguez/wsl-kvm.sh
Script to enable KVM in WSL2
#Fully based on https://boxofcables.dev/accelerated-kvm-guests-on-wsl-2/
if [ -z "$1" ]
then
echo "Must supply your Windows 10 username"
exit
fi
WIN_USERNAME=$1
#package updates and installations
@cctv130
cctv130 / wsl-kvm.sh
Created September 16, 2023 02:50 — forked from afmiguez/wsl-kvm.sh
Script to enable KVM in WSL2
#Fully based on https://boxofcables.dev/accelerated-kvm-guests-on-wsl-2/
if [ -z "$1" ]
then
echo "Must supply your Windows 10 username"
exit
fi
WIN_USERNAME=$1
#package updates and installations
git config --global https.proxy http://127.0.0.1:1080
git config --global https.proxy https://127.0.0.1:1080
git config --global --unset http.proxy
git config --global --unset https.proxy
npm config delete proxy