File tree 3 files changed +13
-14
lines changed
3 files changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ xattr -d com.apple.quarantine Charles.app/
12
12
13
13
# Official Download Link
14
14
15
- - [ Windows 64 bit] ( https://www.charlesproxy.com/assets/release/4.6.4 /charles-proxy-4.6.4 -win64.msi )
16
- - [ Windows 32 bit] ( https://www.charlesproxy.com/assets/release/4.6.4 /charles-proxy-4.6.4 -win32.msi )
17
- - [ macOS] ( https://www.charlesproxy.com/assets/release/4.6.4 /charles-proxy-4.6.4 .dmg )
18
- - [ Linux 64/32 bit] ( https://www.charlesproxy.com/assets/release/4.6.4 /charles-proxy-4.6.4 .tar.gz )
15
+ - [ Windows 64 bit] ( https://www.charlesproxy.com/assets/release/4.6.5 /charles-proxy-4.6.5 -win64.msi )
16
+ - [ Windows 32 bit] ( https://www.charlesproxy.com/assets/release/4.6.5 /charles-proxy-4.6.5 -win32.msi )
17
+ - [ macOS] ( https://www.charlesproxy.com/assets/release/4.6.5 /charles-proxy-4.6.5 .dmg )
18
+ - [ Linux 64/32 bit] ( https://www.charlesproxy.com/assets/release/4.6.5 /charles-proxy-4.6.5 .tar.gz )
Original file line number Diff line number Diff line change @@ -3,20 +3,19 @@ DIR=charleshack
3
3
4
4
mkdir $DIR
5
5
cd $DIR
6
- cat >> n .java << EOF
6
+ cat >> p .java << EOF
7
7
package com.xk72.charles;
8
- public class n {
9
- public static final String n = "Thanks for looking at the source. Please register Charles if you use it.";
10
- public n () {}
11
- public n (String paramString1, String paramString2) {}
12
- public static void n(n paramn ) {}
13
- public static boolean n () { return true; }
8
+ public class p {
9
+ public static final String j = "Thanks for looking at the source. Please register Charles if you use it.";
10
+ public p () {}
11
+ public p (String paramString1, String paramString2) {}
12
+ public static void j(p paramp ) {}
13
+ public static boolean j () { return true; }
14
14
public static void a() {}
15
15
public static String b() { return "Administrator"; }
16
- public static String n (String paramString1, String paramString2) { return null; }
16
+ public static String j (String paramString1, String paramString2) { return null; }
17
17
}
18
18
EOF
19
- javac -encoding UTF-8 n .java -d . && jar -uvf $CHARLES com/xk72/charles/n .class
19
+ javac -encoding UTF-8 p .java -d . && jar -uvf $CHARLES com/xk72/charles/p .class
20
20
cd .. && rm -rf $DIR
21
21
xattr -d com.apple.quarantine /Applications/Charles.app/
22
- xattr -d com.apple.provenance /Applications/Charles.app/
You can’t perform that action at this time.
0 commit comments