I am on a mac so I am sure this is going to be different, but I found an ASM line that I want to patch always to return 0. The line is below.
I was wondering if I could just do this...Code:movzx eax, byte ptr [eax+0C0h]
And if that is how I would do it how can I permanently patch this?Code:movzx eax, 0