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.