Jump to content

Combine deb with ipa...


Go to solution Solved by Rook,

16 posts in this topic

Recommended Posts

Posted

What do you mean with the word "combine" exactly?

  • Solution
Posted

Idk if i chose the wright word but i mean make a mod ipa (like pokemon go or dominations)

You'd need to know how to convert your .deb to a .dylib and code it for Non-Jailbroken iDevices.

Posted

Ok thanks can you do it if i send you all the files? Im a noob lol

You can't make someone else's .deb for nonjb if you don't have the source code.

  • Like 1
Posted

It's possible to hook a dylib in an app or game.

Extract a .deb and grab the dylib and then use libloader sideloader tutorial from julio to create a modded .ipa file with the dylib.

 

https://github.com/julioverne/libloader-sideloader/blob/master/README.md

 

After that sideload the app with Cydia Impactor.

 

Last time i tried this i was on 9.3.5 (Snapchat + Phantom dylib) but i'm not sure if this works with more recent iOS firmwares.

Posted
On 9/28/2016 at 0:06 AM, DutchJB said:

It's possible to hook a dylib in an app or game.

Extract a .deb and grab the dylib and then use libloader sideloader tutorial from julio to create a modded .ipa file with the dylib.

 

https://github.com/julioverne/libloader-sideloader/blob/master/README.md

 

After that sideload the app with Cydia Impactor.

 

Last time i tried this i was on 9.3.5 (Snapchat + Phantom dylib) but i'm not sure if this works with more recent iOS firmwares.

Thanks.

will it possible to explain me what julioverne means with "

  • Replece all occurencies of string "/usr/lib/libSystem.B.dylib" to "@executable_path/Sys.dylib" and Save Changes

i do not really understand this step.

 

thanks

Posted
2 hours ago, Cyb3rGh05t said:

Thanks.

will it possible to explain me what julioverne means with "

  • Replece all occurencies of string "/usr/lib/libSystem.B.dylib" to "@executable_path/Sys.dylib" and Save Changes

i do not really understand this step.

 

thanks

Open binary file as hex and search "/usr/lib/libSystem.B.dylib" (without quote) and replace with @executable_path/Sys.dylib

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

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