Jump to content

5 posts in this topic

Recommended Posts

Posted (edited)

Long story short, I have a jailed iPhone with Trollstore. I want to mod an app to sideload. It must be possible to mod ipa's via hex, I just don't know what to look for. See the attached screen shots. Hoping someone can help me understand what FLEX reads behind the scenes so I can do it manually in hex.  Such as what pass-through, True, and False look like in the code. Thanks in advance!

FLEX tweak: https://imgur.com/QinDxWD

Example of 1 of 3 entries found in hex: https://imgur.com/YTZlECL

The exe I opened in HxD: https://imgur.com/xFOMSaD

Updated by Drivium
More detail
Posted
On 4/1/2023 at 9:30 AM, Drivium said:

Long story short, I have a jailed iPhone with Trollstore. I want to mod an app to sideload. It must be possible to mod ipa's via hex, I just don't know what to look for. See the attached screen shots. Hoping someone can help me understand what FLEX reads behind the scenes so I can do it manually in hex.  Such as what pass-through, True, and False look like in the code. Thanks in advance!

FLEX tweak: https://imgur.com/QinDxWD

Example of 1 of 3 entries found in hex: https://imgur.com/YTZlECL

The exe I opened in HxD: https://imgur.com/xFOMSaD

Grab the real offset of what you want to hack. Like Gems or something. Search it in hxD and replace the hex to for example  0090261EC0035FD6. 

True = 20008052 // C0035FD6 = RET
False = 00008052 // C0035FD6 = RET

mov w0, #1 = True
mov w0, #0 = False
 

Posted (edited)
On 5/29/2023 at 4:50 AM, Zeref said:

Grab the real offset of what you want to hack. Like Gems or something. Search it in hxD and replace the hex to for example  0090261EC0035FD6. 

True = 20008052 // C0035FD6 = RET
False = 00008052 // C0035FD6 = RET

mov w0, #1 = True
mov w0, #0 = False
 

i did find the offset in dnspy and i did replace the hex byprogramme  hxd to this 0090261EC0035FD6 high number and save the UnityFramework and put it it in game replace the old one and later the game when install it dont work crashing

Updated by Alihackali
Posted
7 hours ago, Alihackali said:

i did find the offset in dnspy and i did replace the hex byprogramme  hxd to this 0090261EC0035FD6 high number and save the UnityFramework and put it it in game replace the old one and later the game when install it dont work crashing

Offset is probably wrong. or the hex is too high 

Posted
14 hours ago, Zeref said:

Offset is probably wrong. or the hex is too high 

the offset is correct Because I made modmenu and its works fine and same hex i explan what i did  i extracted the UnityFramework and put it in hxd and Search the Offset what i find it in dnspy and i find it in hxd and replace it with the hex like this  0090261EC0035FD6 and save the UnityFramework and replace it with the old on in game and i repack it and install it and later it crash 

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