Edited Conquer.exe

11/26/2009 21:38 Hollandtje#1
Is it possible to see what was edited in a conquer.exe ?
I have the orginal and edit one.

(and what do you use to edit it ? hex = only symbols :S)
11/26/2009 23:50 mido2008#2
use ollydbg to edit it
11/27/2009 09:40 trash#3
Quote:
Originally Posted by Hollandtje View Post
Is it possible to see what was edited in a conquer.exe ?
I have the orginal and edit one.

(and what do you use to edit it ? hex = only symbols :S)
what i used to do was..
open edited exe in olly select all copy to a txt file
then do the same with the unedited exe
then open them both in Compare It! which will show all the differences between the two files.
Im sure theres easier ways to do it but meh i dont have a need to anymore.
11/27/2009 12:36 Hollandtje#4
tyvm it worked:D

edit:

how can i search for something like ; ASCII
11/28/2009 22:27 Zion~#5
Just to clear things up, hexadecimals or more commonly known as hex or hexa are not symbols. Hexadecimals are based on the number 16; they are numeral systems that use sixteen distinct digits most often the symbols 0–9 to represent values zero to nine, and A, B, C, D, E, F (or a through f) to represent values ten to fifteen.