When you're sideloading a game cheat, there will be a dylib created with the tweak.xm content.
This Tweak.xm only contains such things as a popup & iGAuth. Not direct code injection itself, cause that's not possbile on NJB.
But this is about NJB hacks from this forum, other sideloaded apps like Instagram++ don't really use offsets from the binary like we do with games, it's own written obj code.
With theos-jailed you can compile your Tweak.xm code, which makes a dylib out of it & then injects it to the App.
You can also inject other dylibs. Paste the dylib in the root directoy of your project & then add this line in the Makefile of your theos-jailed project folder:
TWEAK_NAME_INJECT_DYLIBS = tweak-name.dylib
Also, see this: https://github.com/kabiroberai/theos-jailed/wiki/Usage
We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines