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