Skip to content

Instantly share code, notes, and snippets.

@Oritz
Created June 30, 2017 01:59
Show Gist options
  • Save Oritz/a7232a5d298e33a0834e0546bb03925b to your computer and use it in GitHub Desktop.
Save Oritz/a7232a5d298e33a0834e0546bb03925b to your computer and use it in GitHub Desktop.
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"; }
public static String qIvM(String name, String key) { return null; }
}
EOF
javac -encoding UTF-8 psPJ.java -d .&& jar -uvf $charles com/xk72/charles/psPJ.class
cd .. && rm -rf $dir
@arimcore
Copy link

arimcore commented Jan 7, 2018

Hello, some recommendation? (after implement the fix is my app freezed)
screen shot 2018-01-07 at 21 51 33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment