Jump to content

Gordxn

Newbie
  • Posts

    6
  • Joined

  • Last visited

Profile Information

  • iDevice
    iPhone 13
  • iOS Version
    17.4
  • Jailbroken
    No
  • Rooted
    No
  • Gender
    Male

Recent Profile Visitors

88 profile views

Gordxn's Achievements

Rookie

Rookie (2/14)

  • 4 Years In
  • Conversation Starter
  • First Post
  • Reacting Well
  • Week One Done

Recent Badges

0

Reputation

  1. Well, if anyone is still looking to help me, I'm still struggling quite hard. I've decided to just go for a simple isBlahBlah function that only works with booleans. However, I can't even figure out how to write a patch for these. The function in dnSpy looks as follows: [Token(Token = "0x6006702")] [Address(RVA = "0x2C4688C", Offset = "0x2C4688C", VA = "0x2C4688C")] [CompilerGenerated] get { return default(bool); } I tried using a basic return true or false patch, but neither worked. Return true patch in assembly: MOV X0, #1 ret I'm trying to test this using iosGod's live patcher. My offset is "102C4688C" and my patch is "200080D2C0035FD6" Any help would once again be appreciated!
  2. So I see you removed that string of four 0's, how am I supposed to know to remove that in the future?
  3. I just switched to DnSpy and loaded the dumped methods dll
  4. I got my methods and found one I wanted to attempt to patch. However, I don't quite understand the HEX to ARM converter. I tried pasting the HEX instructions from DnSpy into it, but it gave some wacky results. Instruction Hex: "1200FE15C3000002062A" Offset: "3043E74" ARM64 Result: b #0xafc3ebc .BYTE 0xc3, 0x00, 0x00, 0x02 ARM Result: ldrbne r0, [lr, #0x12]! andeq r0, r0, #0xc3 I don't know if it's just my lack of experience with the ARM architecture, but these instructions don't seem right to me. The C# function is a simple get function that returns a SecuredDouble. Any help or related links would be appreciated!
  5. I'm trying to expand my hacking knowledge so I've come to IOS and I'm already stumped. I cannot load my binary into IDA. There's no binary "file". I have a folder called "gamename.app" but it's not a standalone file. I can't load it into IDA because there's no file anywhere that it accepts besides a bunch of supporting framework files. Some help would be appreciated!
×
  • 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