How do I modify #0x1 to #0x0 of the and instruction in any of the dissassembler?
00000001005c3fc0 and w0, w8, #0x1
00000001005c3fc4 ldp x29, x30, [sp, #0x10]
00000001005c3fc8 ldp x20, x19, [sp], #0x20
00000001005c3fcc ret
The results should return #0x0 instead of #0x1
I have tried using hopper, but it seems to me I can only change the instruction and to something else by referring to the last bit.