mirror of
https://github.com/Karmaz95/Snake_Apple.git
synced 2026-03-30 14:00:16 +02:00
This commit is contained in:
@@ -268,7 +268,7 @@ MachODylibLoadCommandsFinder 2>/dev/null
|
||||
|
||||
## 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
|
||||
chmod +x /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.
|
||||
* 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 `DYLIB HIJACKING` to --`checksec`
|
||||
* Add check for `DYLIB HIJACKING` to --`checksec`
|
||||
|
||||
@@ -1,10 +1,5 @@
|
||||
lief
|
||||
uuid
|
||||
argparse
|
||||
subprocess
|
||||
os
|
||||
sys
|
||||
asn1crypto
|
||||
glob
|
||||
shutil
|
||||
pyimg4
|
||||
pyimg4
|
||||
|
||||
Reference in New Issue
Block a user