Skip to content

Instantly share code, notes, and snippets.

View madlordory's full-sized avatar

Eric Zhang madlordory

View GitHub Profile
@madlordory
madlordory / update_gfwlist.sh
Created July 14, 2017 17:04 — forked from VincentSit/update_gfwlist.sh
Automatically update the PAC for ShadowsocksX. Only tested on OS X. (Deprecated)
#!/bin/bash
# update_gfwlist.sh
# Author : VincentSit
# Copyright (c) http://xuexuefeng.com
#
# Example usage
#
# ./whatever-you-name-this.sh
#
# Task Scheduling (Optional)
@madlordory
madlordory / charles.4.1.3.crack.sh
Created July 4, 2017 05:38 — forked from Oritz/charles.4.1.3.crack.sh
Crack Charles Proxy 4.1.3
charles=/Applications/Charles.app/Contents/Java/charles.jar
dir=charleshack
mkdir $dir
cd $dir
cat >> psPJ.java <<EOF
package com.xk72.charles;
public final class psPJ {
public static boolean qIvM() { return true; }
public static String tCiz() { return "https://0x0d.im"; }