forked from RKursatV/charles-hacking
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hack script and .jar crack
- Loading branch information
Showing
12 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Usage | ||
|
||
- Download [charles.jar](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 >> GPSz.java <<EOF | ||
package com.xk72.charles; | ||
public final class GPSz { | ||
public static boolean Dgmx() { return true; } | ||
public static boolean HFjb() { return true; } | ||
public static String AKCM() { return "Administrator"; } | ||
public static String Wmmw() { return "Administrator"; } | ||
public static String Dgmx(String name, String key) { return null; } | ||
} | ||
EOF | ||
javac -encoding UTF-8 GPSz.java -d .&& jar -uvf $charles com/xk72/charles/GPSz.class | ||
cd .. && rm -rf $dir | ||
``` | ||
|
||
# Official Download Link | ||
|
||
- [Windows 64 bit](https://www.charlesproxy.com/assets/release/4.2.6/charles-proxy-4.2.6-win64.msi) | ||
- [Windows 32 bit](https://www.charlesproxy.com/assets/release/4.2.6/charles-proxy-4.2.6-win32.msi) | ||
- [macOS](https://www.charlesproxy.com/assets/release/4.2.6/charles-proxy-4.2.6.dmg) | ||
- [Linux 64/32 bit](https://www.charlesproxy.com/assets/release/4.2.6/charles-proxy-4.2.6.tar.gz) | ||
|
||
Credit: | ||
|
||
<a href="https://github.com/Heip"> | ||
<img border="0" alt="Help" src="https://avatars3.githubusercontent.com/u/31706214?s=460&v=4" width="100" height="100"> | ||
|
Binary file not shown.
Empty file.
Empty file.