Jump to content

vcry

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by vcry

  1. hello i need to edit a libil2cpp memory value. I need to modify two values inside the memory, the main and the secondary (bottom), where is: main value modify to : A MOV R0, #1 sec value modify to: A BX LR rangeList: libil2cpp.so offset: 0x6225F4 I looked for a template and found it, but it can only modify the main value and not the secondary one, see: local start = gg.getRangesList('libil2cpp.so')[1].start gg.setValues({{address = start + 0x6225F4, flags = 4, value = '~A MOV R0, #1'}}) how do i modify the low value of it together?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.