Skip to content

Instantly share code, notes, and snippets.

@0xbillw
0xbillw / README.md
Created July 17, 2026 03:04 — forked from ytxmobile98/README.md
Windows 11 Pro Activation

Windows 11 Pro 激活步骤

请务必以管理员身份打开命令提示符,并运行以下代码。

slmgr /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX
slmgr /skms kms.luody.info
slmgr /ato
@0xbillw
0xbillw / disassemble.md
Created June 20, 2025 08:53 — forked from jarun/disassemble.md
Guide to disassemble

prerequisites

  • Compile the program in gcc with debug symbols enabled (-g)
  • Do NOT strip the binary
  • To generate assembly code using gcc use the -S option: gcc -S hello.c

utilities

objdump

@0xbillw
0xbillw / docker-registry-mirrors.md
Created March 10, 2025 09:42 — forked from y0ngb1n/docker-registry-mirrors.md
国内的 Docker Hub 镜像加速器,由国内教育机构与各大云服务商提供的镜像加速服务 | Dockerized 实践 https://github.com/y0ngb1n/dockerized