From 9f67cfcf99548a76c46b2b6eb32299c6c28478b9 Mon Sep 17 00:00:00 2001 From: Karmaz95 Date: Thu, 18 Jan 2024 13:10:23 +0100 Subject: [PATCH] --- README.md | 4 ++-- requirements.txt | 7 +------ 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6ba7bbe..e6c9b76 100644 --- a/README.md +++ b/README.md @@ -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` \ No newline at end of file +* Add check for `DYLIB HIJACKING` to --`checksec` diff --git a/requirements.txt b/requirements.txt index 26def5f..2db6018 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,5 @@ lief uuid argparse -subprocess -os -sys asn1crypto -glob -shutil -pyimg4 \ No newline at end of file +pyimg4