Skip to content

Commit 1f558b9

Browse files
add support 4.1.3
1 parent 7152b23 commit 1f558b9

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# Official Download Link
1010

11-
- [Windows 64 bit](https://www.charlesproxy.com/assets/release/4.1.2/charles-proxy-4.1.2-win64.msi)
12-
- [Windows 32 bit](https://www.charlesproxy.com/assets/release/4.1.2/charles-proxy-4.1.2-win32.msi)
13-
- [macOS](https://www.charlesproxy.com/assets/release/4.1.2/charles-proxy-4.1.2.dmg)
14-
- [Linux 64/32 bit](https://www.charlesproxy.com/assets/release/4.1.2/charles-proxy-4.1.2.tar.gz)
11+
- [Windows 64 bit](https://www.charlesproxy.com/assets/release/4.1.3/charles-proxy-4.1.3-win64.msi)
12+
- [Windows 32 bit](https://www.charlesproxy.com/assets/release/4.1.3/charles-proxy-4.1.3-win32.msi)
13+
- [macOS](https://www.charlesproxy.com/assets/release/4.1.3/charles-proxy-4.1.3.dmg)
14+
- [Linux 64/32 bit](https://www.charlesproxy.com/assets/release/4.1.3/charles-proxy-4.1.3.tar.gz)

charles.jar

-91.4 KB
Binary file not shown.

hack.sh

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ DIR=charleshack
33

44
mkdir $DIR
55
cd $DIR
6-
cat >> qFep.java <<EOF
6+
cat >> psPJ.java <<EOF
77
package com.xk72.charles;
8-
public final class qFep {
9-
public static boolean gtOW() { return true; }
10-
public static String SkgP() { return "Administrator"; }
11-
public static String gtOW(String paramString1, String paramString2) { return null; }
8+
public final class psPJ {
9+
public static boolean qIvM() { return true; }
10+
public static void mLFE() {}
11+
public static String tCiz() { return "Administrator"; }
12+
public static String qIvM(String paramString1, String paramString2) { return null; }
1213
}
1314
EOF
14-
javac -encoding UTF-8 qFep.java -d . && jar -uvf $CHARLES com/xk72/charles/qFep.class
15+
javac -encoding UTF-8 psPJ.java -d . && jar -uvf $CHARLES com/xk72/charles/psPJ.class
1516
cd .. && rm -rf $DIR

0 commit comments

Comments
 (0)