Skip to content

Latest commit

 

History

History
 
 

4.1.1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Usage

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

Hack Script

by #7, thanks to @ltjin.

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

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

Official Download Link