Jump to content

G0DSTIER

Senior Member
  • Posts

    113
  • Joined

  • Last visited

Posts posted by G0DSTIER

  1. 36 minutes ago, DADi said:

    Have you tried writing 2FBB4026 and then C0035FD6?

     

    32 minutes ago, sweggyttes said:

    the lines you're trying to modify aren't very helpful they're just storing and loading values, unless you're good with pointers id suggest trying to find the function where damage or score or whatever you're looking for is being called (look for MOV or ADD) and try modding that

    _text:0000000100518C10                                         ; __text:00000001001F8D10↑p ...
    __text:0000000100518C10                 STP             X20, X19, [SP,#-0x20]!
    __text:0000000100518C14                 STP             X29, X30, [SP,#0x10]
    __text:0000000100518C18                 ADD             X29, SP, #0x10
    __text:0000000100518C1C                 MOV             X19, X3
    __text:0000000100518C20                 MOV             X20, X2
    __text:0000000100518C24                 AND             W8, W19, #7
    __text:0000000100518C28                 MOV             W9, #1
    __text:0000000100518C2C                 LSL             W8, W9, W8
    __text:0000000100518C30                 MOV             W9, #0x8E

    i got 2 match from my 1st watchpoint which is

    x3 = 0x0000000000002066  and  x19 = 0x0000000000002066

    @DADi @sweggyttes actually i just try n error with instruction since i'm a complete beginner in IDA  and i only know how to locate the data stored but don't know how to mod them. And yup i found the data you suggest me to search for.

    if there any idea on how i can mod them i really appreciate it.. 🙏

     

×
  • 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