fedegaza1 the external module is memcmp. You have to patch .text:00007FF798ED130C jnz with 2 nop. That will make the comparison work for any length. Then you have to patch .text:0000000140001323 with jmp to make it always jump to the cout instead of making the check of the memcmp result. Also, you could patch eax. |
==> |