Jump to content

imp0ss1ble

Senior Member
  • Posts

    205
  • Joined

  • Last visited

Posts posted by imp0ss1ble

  1. :update:

    ver 0.1.1

    id hooking now supported!!(NSString and NSNumber only)

    Im not doing UIColor and NSDate cus I dunno how and i doubt anyone need it

     

    2 known bugs

    1. hooking method with more than 1 arg is not working properly

    2. void hooking require you to add the %orig() yourself

     

    Im working on it

     

     

    FlexConverter is a tool that allow you to convert your Flex patch to tweak code.

    It is very easy to use. All you have to do is open terminal and type in

    FlexConverter YourPatchName

    and your tweak code is in your clipboard!

     

    Instructions

    1. Download the .deb

    2. Install it.

    3. Run

    FlexConverter <YourPatchName>
    

    in terminal or ssh

    The code will be copied to your clipboard.

    4. Open your tweak file (usuallyTweak.xm) and paste the code.

     

    Features

    Convert int, bool, float, NSString and NSNumber hooking

     

     

     

     

     

    Download Link

    Hidden Content

    React or reply to this topic to see the hidden content & download link.

    • Like 257
    • Winner 20
    • Thanks 57
    • Haha 11
    • Agree 14
    • Informative 12
  2. 32 bit only

     

     

    You have to sign the following binaries


    clang
    clang++
    perl
    git
    ld
    strip

    To sign binaries, use

    ldid -S binaryname

    Hidden Content

    React or reply to this topic to see the hidden content & download link.


    dont forget to add

    ProjectName_LDFLAGS += -Wl,-segalign,4000

    http://iosgods.com/topic/18218-tutorial-how-to-update-your-tweakhack-to-support-ios-9/


    some signing might not be neccesary. idk. you better just sign them

    • Like 21
    • Winner 4
    • Thanks 3
    • Agree 2
×
  • 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