Skip to content

Releases: jjolano/shadow

v3.1.1

21 Nov 02:40
Compare
Choose a tag to compare
  • Fixed potential crashes from symbol lookups
  • Fixed a regression in path restriction logic

v3.1

20 Nov 17:36
Compare
Choose a tag to compare
  • Refactored main (non-hook) code
  • Added new hooks to File System
  • Improved Loaded Libraries hooks
  • Improved general performance
  • Added Enforce Sandbox hook

v3.0-6

17 Nov 05:50
Compare
Choose a tag to compare
  • Improved reliability of path restriction logic.

v3.0-5

16 Nov 05:29
Compare
Choose a tag to compare
  • Reverts a change from previous build when handling relative pathnames.

I have included a debug build here. If you are interested in collecting console output or cr4shed logs for investigation, please use the debug build.

v3.0-4

15 Nov 23:32
Compare
Choose a tag to compare
  • Reimplemented library hooks from v2.
  • Added syscall hook.

v3.0-3

15 Nov 17:09
Compare
Choose a tag to compare
  • Quick fix for symlink hook causing loading issues in some apps.

v3.0-1

14 Nov 21:33
Compare
Choose a tag to compare

I think this is now stable enough for a real release.

  • Improved general performance again.
  • Fixed regression from v2 where some apps detected jailbreak on v3.

v3.0-0.rc6

14 Nov 19:03
Compare
Choose a tag to compare

Just a quick regression fix from rc5 where some apps may not load resources properly.

v3.0-0.rc5

14 Nov 18:13
Compare
Choose a tag to compare
  • This release improves general performance for bypass-enabled apps.
  • Tweak compatibility can now be adjusted in settings.
  • Additional changes were made to improve support on rootless jailbreaks.

v3.0-0.rc4

13 Nov 21:11
Compare
Choose a tag to compare

This release reimplements some hooks from Shadow v2.0.20, and introduces new hooks. Restriction logic and tweak compatibility logic have been improved. Existing hooks have been improved.

  • Now checks for latest version in the About page.

New Recommended Hooks:

  • Device Masquerade (iOS 14+) - tells the app you are running on an M1 Mac, may bypass some checks entirely.

New Extra Hooks:

  • Loaded Modules (Extra) - takes over a lot more dyld methods.
  • Runtime Class Lookups - filters low level objc lookups, effectively hides Shadow itself from detection.

Known Issues:

  • Some rare apps not detected in v2.0.20 are detected in this version. This is under ongoing investigation.