Skip to content

Latest commit

 

History

History

4.2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Usage

  • Download charles.jar, replace the official charles.jar.
  • Or
  • Hack with the below script by yourself.

Hack Script

by #15, thanks to @dalgarins

charles=/Applications/Charles.app/Contents/Java/charles.jar
dir=charleshack

mkdir $dir
cd $dir
cat >> WNzU.java <<EOF
package com.xk72.charles;
public final class WNzU {
	public static boolean OjEP() { return true; }
	public static String DZZn() { return "http://www.gfzj.us"; }
	public static String OjEP(String name, String key) { return null; }
}
EOF
javac -encoding UTF-8 WNzU.java -d .&& jar -uvf $charles com/xk72/charles/WNzU.class
cd .. && rm -rf $dir

Official Download Link