-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a93739e
commit 3d3300c
Showing
85 changed files
with
1,546 additions
and
6,578 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+352 Bytes
(100%)
Frameworks/SIMBLManager.framework/Versions/A/Resources/SIMBL.osax/Contents/MacOS/SIMBL
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...orks/SIMBLManager.framework/Versions/A/Resources/SIMBL.osax/Contents/Resources/SIMBL.rsrc
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-3.7 KB
(96%)
...orks/SIMBLManager.framework/Versions/A/Resources/SIMBLAgent.app/Contents/MacOS/SIMBLAgent
Binary file not shown.
35 changes: 35 additions & 0 deletions
35
Frameworks/SIMBLManager.framework/Versions/A/Resources/amfiswitch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
#!/bin/sh | ||
|
||
# flip apple mobile file integrity | ||
|
||
log_dir="$HOME"/Library/"Application Support"/mySIMBL/logs | ||
origargs=$(nvram boot-args) | ||
origargs=${origargs/boot-args} | ||
newargs="" | ||
exec &>"$log_dir"/amfi.log | ||
|
||
trim() { | ||
local var="$1" | ||
# remove leading whitespace characters | ||
var="${var#"${var%%[![:space:]]*}"}" | ||
# remove trailing whitespace characters | ||
var="${var%"${var##*[![:space:]]}"}" | ||
|
||
# var=$(echo "$var" | tr -s " ") | ||
# var=$(echo "$var" | sed -e 's,\\[trn],,g') | ||
|
||
echo "$var" | ||
} | ||
|
||
|
||
if [[ $origargs = *"amfi_get_out_of_my_way=1"* ]]; then | ||
newargs=${origargs/amfi_get_out_of_my_way=1/} | ||
else | ||
newargs="$origargs amfi_get_out_of_my_way=1" | ||
fi | ||
|
||
newargs=$(trim "$newargs") | ||
|
||
nvram boot-args="$newargs" | ||
|
||
echo "Done" |
4 changes: 4 additions & 0 deletions
4
Frameworks/SIMBLManager.framework/Versions/A/Resources/eng_sim.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<appname> needs to update some components on your system. If these components are not installed, <appname> may fail to function properly or not work at all. | ||
|
||
Updating requires an administrator password. | ||
|
14 changes: 14 additions & 0 deletions
14
Frameworks/SIMBLManager.framework/Versions/A/Resources/eng_sip.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<appname> needs to update some components on your system. If these components are not installed, <appname> may fail to function properly or not work at all. | ||
|
||
<appname> has determined that System Integrity Protection is enabled on your system. | ||
|
||
In order to complete the installation follow these instructions: | ||
|
||
1 : Restart your computer | ||
2 : Boot to recovery partition by holding (Command [⌘] + R) | ||
3 : Open terminal from the menubar | ||
4 : Paste this command: csrutil disable | ||
5 : Press return or enter | ||
6 : Reboot | ||
|
||
You can re-enable System Integrity Protection after <appname> updates it's system components. |
2 changes: 1 addition & 1 deletion
2
Frameworks/SIMBLManager.framework/Versions/A/Resources/installAgent
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Frameworks/SIMBLManager.framework/Versions/A/Resources/installSIMBL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
49 changes: 0 additions & 49 deletions
49
Frameworks/SIMBLManager.framework/Versions/A/Resources/libvalpatch
This file was deleted.
Oops, something went wrong.
Binary file modified
BIN
+4.33 KB
(190%)
Frameworks/SIMBLManager.framework/Versions/A/Resources/sim_c.nib
Binary file not shown.
Binary file modified
BIN
+3.85 KB
(180%)
Frameworks/SIMBLManager.framework/Versions/A/Resources/sip_c.nib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.