I am editing the client of my game server at Ollydbg. The problem is that i don't know how to save it into a new .exe file.
I open my game and then open Ollydbg and attach the game process to it.
I press ctrl+M and find the string that i want to change. It opens a “Dump” window with hex and the string.
After i edit the binary, how to save to an .exe file? Thanks!!
I tried to binary edit from memory dump and was expecting to be able to save it into a new .exe file. The option copy to executable never show up (i believe there should be another way)