File tree Expand file tree Collapse file tree 3 files changed +16
-15
lines changed Expand file tree Collapse file tree 3 files changed +16
-15
lines changed Original file line number Diff line number Diff line change 6
6
7
7
```
8
8
xattr -d com.apple.quarantine Charles.app/
9
+ xattr -d com.apple.provenance Charles.app/
9
10
```
10
11
- ** Or (for MacOS only)**
11
12
- Hack with the below script by yourself. [ hack.sh] ( hack.sh )
12
13
13
14
# Official Download Link
14
15
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 )
16
+ - [ Windows 64 bit] ( https://www.charlesproxy.com/assets/release/5.0/charles-proxy-5.0b7-win64.msi )
17
+ - [ Windows 32 bit] ( https://www.charlesproxy.com/assets/release/5.0/charles-proxy-5.0b7-win32.msi )
18
+ - [ macOS] ( https://www.charlesproxy.com/assets/release/5.0/charles-proxy-5.0b7.dmg )
19
+ Supports Apple Silicon and Intel.
20
+ Compatible with macOS 10.7 — 13.
21
+ - [ Linux 64/32 bit] ( https://www.charlesproxy.com/assets/release/5.0/charles-proxy-5.0b7.tar.gz )
Original file line number Diff line number Diff line change @@ -3,19 +3,17 @@ DIR=charleshack
3
3
4
4
mkdir $DIR
5
5
cd $DIR
6
- cat >> p .java << EOF
6
+ cat >> eEjK .java << EOF
7
7
package com.xk72.charles;
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
- public static void a() {}
15
- public static String b() { return "Administrator"; }
16
- public static String j(String paramString1, String paramString2) { return null; }
8
+ public final class eEjK {
9
+ public eEjK() {}
10
+ public static boolean wHZk() { return true; }
11
+ public static void sZNF() {}
12
+ public static String zINA() { return "Administrator"; }
13
+ public static String wHZk(String paramString1, String paramString2) { return null; }
17
14
}
18
15
EOF
19
- javac -encoding UTF-8 p .java -d . && jar -uvf $CHARLES com/xk72/charles/p .class
16
+ javac -encoding UTF-8 eEjK .java -d . && jar -uvf $CHARLES com/xk72/charles/eEjK .class
20
17
cd .. && rm -rf $DIR
21
18
xattr -d com.apple.quarantine /Applications/Charles.app/
19
+ xattr -d com.apple.provenance /Applications/Charles.app/
You can’t perform that action at this time.
0 commit comments