File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ mkdir $DIR
55cd $DIR
66cat >> p.java << EOF
77package 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; }
You can’t perform that action at this time.
0 commit comments