mirror of
https://github.com/Karmaz95/Snake_Apple.git
synced 2026-08-13 21:30:18 +02:00
This commit is contained in:
@@ -268,7 +268,7 @@ MachODylibLoadCommandsFinder 2>/dev/null
|
|||||||
|
|
||||||
## INSTALL
|
## INSTALL
|
||||||
```
|
```
|
||||||
pip -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
wget https://github.com/CRKatri/trustcache/releases/download/v2.0/trustcache_macos_arm64 -O /usr/local/bin/trustcache
|
wget https://github.com/CRKatri/trustcache/releases/download/v2.0/trustcache_macos_arm64 -O /usr/local/bin/trustcache
|
||||||
chmod +x /usr/local/bin/trustcache
|
chmod +x /usr/local/bin/trustcache
|
||||||
xattr -d com.apple.quarantine /usr/local/bin/trustcache
|
xattr -d com.apple.quarantine /usr/local/bin/trustcache
|
||||||
|
|||||||
@@ -1,10 +1,5 @@
|
|||||||
lief
|
lief
|
||||||
uuid
|
uuid
|
||||||
argparse
|
argparse
|
||||||
subprocess
|
|
||||||
os
|
|
||||||
sys
|
|
||||||
asn1crypto
|
asn1crypto
|
||||||
glob
|
|
||||||
shutil
|
|
||||||
pyimg4
|
pyimg4
|
||||||
Reference in New Issue
Block a user