This commit is contained in:
Karmaz95
2024-01-18 13:10:23 +01:00
parent 61116a35ef
commit 9f67cfcf99
2 changed files with 3 additions and 8 deletions

View File

@@ -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`

View File

@@ -1,10 +1,5 @@
lief
uuid
argparse
subprocess
os
sys
asn1crypto
glob
shutil
pyimg4
pyimg4