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
|
||||||
@@ -298,4 +298,4 @@ I will write the code for each article as a class SnakeX, where X will be the ar
|
|||||||
* After making a SuperBlob parser and CodeDirectory blob parser, modify hasHardenedRuntime to check Runtime flag by using bitmask, instead of string.
|
* After making a SuperBlob parser and CodeDirectory blob parser, modify hasHardenedRuntime to check Runtime flag by using bitmask, instead of string.
|
||||||
* Build Dyld Shared Cache parser and extractor to make SnakeIV independant of dyld-shared-cache-extractor.
|
* Build Dyld Shared Cache parser and extractor to make SnakeIV independant of dyld-shared-cache-extractor.
|
||||||
* Add check for `CS_RESTRICT` (`0x800`) in --`checksec` to `RESTRICTED`
|
* Add check for `CS_RESTRICT` (`0x800`) in --`checksec` to `RESTRICTED`
|
||||||
* Add check for `DYLIB HIJACKING` to --`checksec`
|
* Add check for `DYLIB HIJACKING` to --`checksec`
|
||||||
|
|||||||
+1
-6
@@ -1,10 +1,5 @@
|
|||||||
lief
|
lief
|
||||||
uuid
|
uuid
|
||||||
argparse
|
argparse
|
||||||
subprocess
|
|
||||||
os
|
|
||||||
sys
|
|
||||||
asn1crypto
|
asn1crypto
|
||||||
glob
|
pyimg4
|
||||||
shutil
|
|
||||||
pyimg4
|
|
||||||
|
|||||||
Reference in New Issue
Block a user