Skip to content

Commit

Permalink
libSupport 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rednick16 committed Aug 9, 2023
1 parent d354e8d commit b294373
Show file tree
Hide file tree
Showing 53 changed files with 348 additions and 716 deletions.
Binary file modified .DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion .vscode/configurationCache.log

This file was deleted.

6 changes: 0 additions & 6 deletions .vscode/dryrun.log

This file was deleted.

3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

210 changes: 0 additions & 210 deletions .vscode/targets.log

This file was deleted.

21 changes: 9 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,22 @@
# libSupport (1.2)
libSupport for jailed tweaks on non-jailbroken devices to bypass sideload detection.
and other checks developers have put in place.
# libSupport (1.2.1)
`libSupport` is like a toolbox for tinkering with apps. It's a dynamic library that lets you mess around with how different parts of an app work. It's not just for games – it's for all sorts of apps. You can use it to intercept and change C functions, do cool stuff like code patching, and even figure out what's happening under the hood. So, if you're into tweaking apps to do things they weren't originally meant to, `libSupport` could be your go-to toolkit.

# Usage
- Files need to be added to `Frameworks` folder for jailed
- There is an example usage demo/jailed.mm check it out
- If you are not a coder you can directly just inject the pre-compiled libSupport into an application using sideloadly.

# Where is libSupport source?
To prevent libSupport from being detected faster iv decided to keep source closed for now
# Why Isn't the libSupport Source Code Available?
I've chosen to keep the source code of libSupport hidden for a good reason. The aim here is to play a bit of hide-and-seek with those trying to find out what libSupport is all about. By keeping it under wraps, we're giving ourselves a head start, making it a bit more challenging for people outside to fully understand it.

# Please read
this is measly for educational purposes only please don't go moddifying other devlopers applications without permision.

# To-Do Check List
- add a custom info.plist file to link to
- add the original .app to link to, instead of checking the moddified one
- you tell me, will see
- Add some more bundleIdentifier checks SecTask etc and some semi CodePath techniques
**To-Do Check List**
- [ ] Replace FishHook with an alternative method.
- [ ] Implement the original function for jailed-hook.

# Credits
- Rednick16 (CREATOR)
- Busmanl30 (IDEA)
- (jjolano)(Shadow) (https://github.com/jjolano/shadow)
- [jjolano (Shadow)](https://github.com/jjolano/shadow)
- And a heartfelt thank you to everyone who contributed to the development of libSupport 1.2.1.
Binary file modified demo/.DS_Store
Binary file not shown.
10 changes: 0 additions & 10 deletions demo/.theos/_/DEBIAN/control

This file was deleted.

Binary file not shown.
Empty file removed demo/.theos/build_session
Empty file.
Empty file removed demo/.theos/fakeroot
Empty file.
1 change: 0 additions & 1 deletion demo/.theos/last_package

This file was deleted.

Empty file removed demo/.theos/obj/.stamp
Empty file.
35 changes: 0 additions & 35 deletions demo/.theos/obj/arm64/jailed.mm.c299088e.Td

This file was deleted.

Binary file removed demo/.theos/obj/arm64/jailed.mm.c299088e.o
Binary file not shown.
Binary file removed demo/.theos/obj/arm64/libSupport.dylib
Binary file not shown.
20 changes: 0 additions & 20 deletions demo/.theos/obj/arm64/libSupport.dylib.dSYM/Contents/Info.plist

This file was deleted.

Binary file not shown.
35 changes: 0 additions & 35 deletions demo/.theos/obj/arm64e/jailed.mm.af7915ec.Td

This file was deleted.

Binary file removed demo/.theos/obj/arm64e/jailed.mm.af7915ec.o
Binary file not shown.
Binary file removed demo/.theos/obj/arm64e/libSupport.dylib
Binary file not shown.
20 changes: 0 additions & 20 deletions demo/.theos/obj/arm64e/libSupport.dylib.dSYM/Contents/Info.plist

This file was deleted.

Binary file not shown.
Loading

0 comments on commit b294373

Please sign in to comment.