Skip to content

Instantly share code, notes, and snippets.

View JohnWong's full-sized avatar
🎯
Working hard

John Wong JohnWong

🎯
Working hard
View GitHub Profile
@wh1t3p1g
wh1t3p1g / ctf古典密码集合
Last active August 26, 2025 09:40
古典密码集合
下述密码均摘自互联网
【字母表顺序】-数字 
  加密的时候,经常要把A~Z这26个字母转换成数字,最常见的一种方法就是取字母表中的数字序号。A代表1,B代表2,C代表3... 
  字母 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
  数字 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 
@allanweir
allanweir / STAnimationView.swift
Last active July 8, 2017 14:22
Lottie subclass for partial and reverse playback on iOS
//
// STAnimationView.swift
// Allan Weir
//
// Created by Allan Weir on 06/02/2017.
// Copyright © 2017 Allan Weir. All rights reserved.
// http://www.studiousdesigns.com
//
import UIKit
#!/jb/bin/bash
CYCRIPT_PORT=1337
function help {
echo "Syntax: $0 [-p PID | -P appname] [-l /path/to/yourdylib | -L feature]"
echo
echo For example:
echo " $0 -P Reddit.app -l /path/to/evil.dylib # Injects evil.dylib into the Reddit app"
echo " or"