I have the line:
mov [esp+var], ebp
and want to change it to:
mov [esp+var], ebp+20
To my understanding, Edit>Patch Program>Change Byte, is what should be used.. but I know very little on to what to change the hex values to to make the above change. Is there anywhere I can read up or does someone have a simple explanation? It seems like something that would be relatively simple to do if known how.