MJx0 / KittyMemory

This library aims for runtime code patching for both Android and iOS
MIT License
307 stars 109 forks source link

Crashes with JIT #20

Closed YeetDisDude closed 1 year ago

YeetDisDude commented 1 year ago

so im trying to use kittymemory on a non jailbroken device with JIT enabled through sideloadly but it stil crashes and i also made sure the same code works for a jailbroken device any ideas why it wont work even with jit?

globusV1 commented 1 year ago

confirm crashing il use vm_writedata.h instead

YeetDisDude commented 1 year ago

confirm crashing il use vm_writedata.h instead

What do you mean? @globusV1

globusV1 commented 1 year ago

@YeetDisDude i didnt use for sideload kittymemory and using vm_writedata.h because kittymemory crash thats what i mean

YeetDisDude commented 1 year ago

hm, even vm_writedata.h doesn't work for me, it doesnt crash it just doesnt do anything, any ideas? @globusV1

globusV1 commented 1 year ago

@YeetDisDude works only with JIT enabled

YeetDisDude commented 1 year ago

@YeetDisDude works only with JIT enabled

right now i can only edit 4 bytes, do you know how i can edit 8? ive tried changing the parameters and stuff but it still wont work @globusV1