Skip to content

Commit 4118288

Browse files
add support 4.6.3
1 parent 6b4f5a7 commit 4118288

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ xattr -d com.apple.quarantine Charles.app/
1212

1313
# Official Download Link
1414

15-
- [Windows 64 bit](https://www.charlesproxy.com/assets/release/4.6.2/charles-proxy-4.6.2-win64.msi)
16-
- [Windows 32 bit](https://www.charlesproxy.com/assets/release/4.6.2/charles-proxy-4.6.2-win32.msi)
17-
- [macOS](https://www.charlesproxy.com/assets/release/4.6.2/charles-proxy-4.6.2.dmg)
18-
- [Linux 64/32 bit](https://www.charlesproxy.com/assets/release/4.6.2/charles-proxy-4.6.2.tar.gz)
15+
- [Windows 64 bit](https://www.charlesproxy.com/assets/release/4.6.3/charles-proxy-4.6.3-win64.msi)
16+
- [Windows 32 bit](https://www.charlesproxy.com/assets/release/4.6.3/charles-proxy-4.6.3-win32.msi)
17+
- [macOS](https://www.charlesproxy.com/assets/release/4.6.3/charles-proxy-4.6.3.dmg)
18+
- [Linux 64/32 bit](https://www.charlesproxy.com/assets/release/4.6.3/charles-proxy-4.6.3.tar.gz)

charles.jar

2.17 KB
Binary file not shown.

hack.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ mkdir $DIR
55
cd $DIR
66
cat >> p.java <<EOF
77
package com.xk72.charles;
8-
public final class p {
8+
public class p {
99
public static final String a = "Thanks for looking at the source. Please register Charles if you use it.";
10+
public p() {}
1011
public p(String paramString1, String paramString2) {}
1112
public static void a(p paramp) {}
1213
public static boolean a() { return true; }

0 commit comments

Comments
 (0)