Skip to content

Latest commit

 

History

History
executable file
·
42 lines (33 loc) · 1.31 KB

README.md

File metadata and controls

executable file
·
42 lines (33 loc) · 1.31 KB

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