Skip to content

Latest commit

 

History

History
 
 

4.2.8

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

export JAVA_HOME=`/usr/libexec/java_home -v 1.8`
charles=/Applications/Charles.app/Contents/Java/charles.jar
dir=charleshack

mkdir $dir
cd $dir
cat >> qHTb.java <<EOF
package com.xk72.charles;
public final class qHTb {
public static boolean DdNM() { return true; }
	public static boolean lPpR() { return true; }
	public static String RgPH() { return "Administrator"; }
	public static String gbef() { return "Administrator"; }
	public static String DdNM(String name, String key) { return null; }
}
EOF
javac -encoding UTF-8 qHTb.java -d .&& jar -uvf $charles com/xk72/charles/qHTb.class
cd .. && rm -rf $dir

Official Download Link

Credit:

Help