Skip to content

Commit b294373

Browse files
author
Rednick16
committed
libSupport 1.2.1
1 parent d354e8d commit b294373

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+348
-716
lines changed

.DS_Store

2 KB
Binary file not shown.

.vscode/configurationCache.log

Lines changed: 0 additions & 1 deletion
This file was deleted.

.vscode/dryrun.log

Lines changed: 0 additions & 6 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

.vscode/targets.log

Lines changed: 0 additions & 210 deletions
This file was deleted.

README.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,22 @@
1-
# libSupport (1.2)
2-
libSupport for jailed tweaks on non-jailbroken devices to bypass sideload detection.
3-
and other checks developers have put in place.
1+
# libSupport (1.2.1)
2+
`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.
43

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

10-
# Where is libSupport source?
11-
To prevent libSupport from being detected faster iv decided to keep source closed for now
8+
# Why Isn't the libSupport Source Code Available?
9+
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.
1210

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

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

2218
# Credits
2319
- Rednick16 (CREATOR)
2420
- Busmanl30 (IDEA)
25-
- (jjolano)(Shadow) (https://github.com/jjolano/shadow)
21+
- [jjolano (Shadow)](https://github.com/jjolano/shadow)
22+
- And a heartfelt thank you to everyone who contributed to the development of libSupport 1.2.1.

demo/.DS_Store

0 Bytes
Binary file not shown.

demo/.theos/_/DEBIAN/control

Lines changed: 0 additions & 10 deletions
This file was deleted.
Binary file not shown.

demo/.theos/build_session

Whitespace-only changes.

0 commit comments

Comments
 (0)