Jump to content

Orbicos

Member
  • Posts

    7
  • Joined

  • Last visited

Profile Information

  • iDevice
    iPhone Xr

Recent Profile Visitors

209 profile views

Orbicos's Achievements

Newbie

Newbie (1/14)

  • 4 Years In
  • 5 Years In
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Nice I’ve been looking for a way to do this, makes flex tweaking for ipa’s a lot easier.
  2. @Mayaxaya Sorry can you explain xref? and this version doesn’t have the “This is a pirated version” check, it began after this version I’m pretty sure.
  3. Name of the App you want hacked: Deezer Version of the game: 6.13.0 iTunes Link for the app: https://itunes.apple.com/us/app/deezer-play-music-mp3-radio/id292738169?mt=8 Jailbroken or Non-Jailbroken: Non-Jailbroken Requested Features: The old version of deezer requires you to upgrade every time you open the app. There is a Flex tweak that disables the popup alert, Ill post an image below. Basically it returns the BOOL value to false. I'm new with IDA and was wondering if someone could help me edit the correct HEX values of the function that correspond to the flex tweak. (See flex tweak below) I want the return value to be FALSE. Here's the corresponding IDA function: ; void __cdecl -[DZServerMessage setForceChoice:](DZServerMessage *self, SEL, char) __DZServerMessage_setForceChoice__ 4B F6 E6 41 C0 F2+MOV R1, #(_OBJC_IVAR_$_DZServerMessage._forceChoice - 0x13F6BA) ; char _forceChoice; 79 44 ADD R1, PC ; char _forceChoice; 09 68 LDR R1, [R1] ; char _forceChoice; 42 54 STRB R2, [R0,R1] 70 47 BX LR ; End of function -[DZServerMessage setForceChoice:] Here's the hex values (highlighted) I'm familiar with editing with iHex on Mac, but do not know what values to change. If someone could help that would be greatly appreciated! Thanks.
×
  • 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