Jump to content

reidemeister

Senior Member
  • Posts

    409
  • Joined

  • Last visited

Everything posted by reidemeister

  1. Hi,

    I would like to ask you a little info about creating a non-jailbroken hack for a game. I'm at the last step of the process, where with theos jailed i'm creating the final ipa that i install to the device.

    My question is about the preference bundle: if i want to install a modified ipa to a non-jailbroken device, i need to write only the tweak.xm right? i don't need to add the preference plist file to the project folder? 
    And because of this, i need to write :

    %ctor {
    	if(GetPrefBool(@"key1")) {
    		writeData(0x100F7BDD4, 0xE80240B9);
    	} else {
    }
    
    }

    or is this enough?:
     

    %ctor {
    		writeData(0x100F7BDD4, 0xE80240B9);
    }

    I ask you this because it seems to me that the code injection could work only if i have "key1" on in the settings. Right?

     

    I read all the tutorial on iosgods about hacking but i didn't find any info about how to write tweak.xm and the preference bundle when the hack is for non-jailbroken devices.

     

    Sorry for my bad english.

    Thank you in advance

    1. bR34Kr

      bR34Kr

      To ask a Help & Support topic go to this section https://iosgods.com/forum/27-help-support/

       

      :) 

  2. thanks
  3. Of course! Master Degree courses at Politecnico are in english at all!
  4. Hi guys, i'm a Master degree student of Computer Science at Politecnico, in Italy and i want to share with you this fantastic pdf that some of my professors of Computer Security have done in these years. This short course talks about Assembly Language with an overview on the basic instructions and some theoretical knowledge that could be very useful to learn how to modify/hack any type of Program/iOS-Android app with the reverse engineering technique, but it could be great also for who want to improve his skills. This pdf contains also some informations about how to use IDA Pro and gdb that is the equivalent of IDA for UNIX system. I hope this will be useful for you. theoretical parts [Hidden Content] Peace!
  5. 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