File tree 3 files changed +11
-11
lines changed
3 files changed +11
-11
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.5.5 /charles-proxy-4.5.5 -win64.msi )
16
- - [ Windows 32 bit] ( https://www.charlesproxy.com/assets/release/4.5.5 /charles-proxy-4.5.5 -win32.msi )
17
- - [ macOS] ( https://www.charlesproxy.com/assets/release/4.5.5 /charles-proxy-4.5.5 .dmg )
18
- - [ Linux 64/32 bit] ( https://www.charlesproxy.com/assets/release/4.5.5 /charles-proxy-4.5.5 .tar.gz )
15
+ - [ Windows 64 bit] ( https://www.charlesproxy.com/assets/release/4.5.6 /charles-proxy-4.5.6 -win64.msi )
16
+ - [ Windows 32 bit] ( https://www.charlesproxy.com/assets/release/4.5.6 /charles-proxy-4.5.6 -win32.msi )
17
+ - [ macOS] ( https://www.charlesproxy.com/assets/release/4.5.6 /charles-proxy-4.5.6 .dmg )
18
+ - [ Linux 64/32 bit] ( https://www.charlesproxy.com/assets/release/4.5.6 /charles-proxy-4.5.6 .tar.gz )
Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ DIR=charleshack
3
3
4
4
mkdir $DIR
5
5
cd $DIR
6
- cat >> ymZn .java << EOF
6
+ cat >> Bvcn .java << EOF
7
7
package com.xk72.charles;
8
- public final class ymZn {
9
- public static boolean VPvq () { return true; }
10
- public static void beZk () {}
11
- public static String Inbu () { return "Administrator"; }
12
- public static String VPvq (String paramString1, String paramString2) { return null; }
8
+ public final class Bvcn {
9
+ public static boolean FwRs () { return true; }
10
+ public static void GSXJ () {}
11
+ public static String InuZ () { return "Administrator"; }
12
+ public static String FwRs (String paramString1, String paramString2) { return null; }
13
13
}
14
14
EOF
15
- javac -encoding UTF-8 ymZn .java -d . && jar -uvf $CHARLES com/xk72/charles/ymZn .class
15
+ javac -encoding UTF-8 Bvcn .java -d . && jar -uvf $CHARLES com/xk72/charles/Bvcn .class
16
16
cd .. && rm -rf $DIR
17
17
xattr -d com.apple.quarantine /Applications/Charles.app/
You can’t perform that action at this time.
0 commit comments