Releases: jjolano/shadow
Releases · jjolano/shadow
v3.5.2
- Split Standard Rules ruleset to separate jailbreak files from standard iOS file structure
- Fixed a tweak conflict causing the copy and paste function to not work
v3.5.1
- Added a new Extra hook: App Enumeration
- Updated standard ruleset
- Slight adjustments to initialization and hooking code
- Application list in preferences has been updated with alphabetical organization and scrolling.
- Application list in preferences now shows "Enabled" for apps where Shadow is enabled.
v3.5
This release features some significant changes to Shadow's code base.
- Restriction logic has been fully migrated to a ruleset-based system. Users/Developers can now create their own ruleset in
/Library/Shadow/rulesets
to further enhance Shadow. Support for custom rulesets will be limited, however.
- Preference pages have been adjusted. Please check your settings.
- Improved support for rootless jailbreaks.
- Added my HookKit Framework as a new dependency. In addition to performance improvements, this allows users to change hooking methods which can potentially evade certain detection methods.
v3.4.1
- Fixed a regression in 3.4 causing slower userspace reboots
- Rearranged bypass options.
- Adjusted restricted paths.
v3.4
- Cleaned up some restriction logic code
- Adjusted rootless paths for Xina
- Added new Extra hook: Hide Executable Memory
- Added new
shdw
command line utility for testing file path restrictions
v3.3.7
- Fixed URL scheme hook specifically for unc0ver jailbreaks
v3.3.6
- More rare crash fixes
- Handle rootless paths better (untested)
- Add more Enforce Sandbox hooks
- Fixed a typo causing the Shadow Service setting to not work properly
- Improve Shadow Service fallback
v3.3.5
- Rearranged Loaded Modules hook to provide barebones functionality
- Rewrote Environment Variables hook to prevent a very rare crash
v3.3.4
- Fixes a rare crash with Runtime Symbol Lookups
- Added additional skip hooks to Detection Frameworks
v3.3.3
- Fixed various crashes on Substitute
- Improved restriction logic
- Fixed potential crashes if File System hooks weren't enabled
- Improved performance of some File System hooks