ollydbg Conquer.exe [V5661]

07/18/2018 06:20 MrCaSpR#1
hello everyone i wanna edit in this Conquer.exe
but when try to do anything by Ollydbg i can't copy all modified it i wanna made file in Free memory to use instead of Server.dat to use Server name in Loader With hook
anyone have idea about this i already run run as administrator

it's Conquer.exe Version 5661 Copy all is Hide [Only registered and activated users can see links. Click Here To Register...] :mad:

it's Conquer.exe Version 5700 Copy all i can show it now [Only registered and activated users can see links. Click Here To Register...]
:confused:

anyway thanks for help :handsdown::handsdown:
07/19/2018 00:55 Darach#2
alright then, you can copy selection also and repeat it i guess it's same as all :pimp:
07/19/2018 23:59 MrCaSpR#3
@[Only registered and activated users can see links. Click Here To Register...]
07/20/2018 01:21 _DreadNought_#4
Quote:
Originally Posted by MrCaSpR View Post
@[Only registered and activated users can see links. Click Here To Register...]
people need to stop tagging Ulti just because he knows his shit. figure it out, use google. such a generic problem google will fix for you
07/20/2018 02:22 MrCaSpR#5
Quote:
Originally Posted by _DreadNought_ View Post
people need to stop tagging Ulti just because he knows his shit. figure it out, use google. such a generic problem google will fix for you
before publish this topic i searched more than 4 days how to solve it if you have any information u can write it and this section to help other
07/20/2018 12:11 _DreadNought_#6
Quote:
Originally Posted by MrCaSpR View Post
before publish this topic i searched more than 4 days how to solve it if you have any information u can write it and this section to help other
gonna have to call u a liar
[Only registered and activated users can see links. Click Here To Register...]
07/20/2018 12:53 MrCaSpR#7
Quote:
Originally Posted by _DreadNought_ View Post
gonna have to call u a liar
[Only registered and activated users can see links. Click Here To Register...]
so why u don't test it ? Download Client 5639 or 5661 From 5600 to 5693 and u find can't edit anything in Conquer.exe test first before write Comment in Topic
07/20/2018 13:56 { Angelius }#8
Without going into details, The .text, .data, .rsrc, .reloc sections are all merged together in that exe (I could be wrong) so by scrolling down to the end like you did you are most likely editing the end of the .reloc or the .rsrc sections instead the code section and I guess olly doesn't like that.

You want your edits to be inside the code section to begin with so Just scroll up (a lot) and find a code cave that is within the code section address space and you will get the the option to save the changes.

Or simply do it the proper way and move your code into a .dll instead.

Good luck.

Edit: also Ollydbg 2.01 is a better version or even better x32dbg