Skip to content

Charles 4.5.1 Update #36

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions 4.5.1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Usage

- Download [charles.jar](charles.jar), replace the official `charles.jar`.
- **Or**
- Hack with the below script by yourself.

# Hack Script

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

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

# Official Download Link

- [Windows 64 bit](https://www.charlesproxy.com/assets/release/4.5.1/charles-proxy-4.5.1-win64.msi)
- [macOS](https://www.charlesproxy.com/assets/release/4.5.1/charles-proxy-4.5.1.dmg)
- [Linux 64 bit](https://www.charlesproxy.com/assets/release/4.5.1/charles-proxy-4.5.1_amd64.tar.gz)