predator wrote:
> "Nicholas Sherlock" <> wrote in message
> news:c62ed1$o7s$...
>> Hi guys,
>>
>> I've got a game someone has written here - it's a Windows .EXE file,
>> and from the contents it is obviously written in some variant of
>> C++. Can anyome reccomend a decompiler? I'm just interested in a
>> single routine from the exe - a checksum generation routine. I
>> already know that the .exe has enough debug info to name the
>> checksum generation routine for me. I'm not looking for compilable
>> C++, or even pure C... Half C and half assembler is fine with me.
>> I'm just looking for something more readable than assembler (because
>> I don't know assembler very well).
>>
>> Cheers,
>> Nicholas Sherlock
>>
>>
>
> Try SoftIce.
>
> And learn assembly. You can't do reverse engineering without it.
Thanks, looks like I'll be learning assembler..
Cheers,
Nicholas Sherlock