views:

96

answers:

2

In my case it's written in c/c++,if that matters.

+5  A: 

IDA rocks. IDA Disassembler

GalacticJello
A: 

OllyDbg is another free tool for reverse-engineering on Windows alongside IDA. You can find plenty of tutorials and plugins, scripts etc. from Tuts 4 You for both tools ("Lena's reversing for newbies" series is a great introduction to using Olly).

TheMagician
OllyDbg is good. But similar to "The Most Interesting Man in the World" prefers Dos Equis, I can state that I have used both, and while not as interestng, "I prefer IDA".
GalacticJello
But IDA is not free.
wamp
I guess you should update your question to be "what's the best way to reverse engineer a game I'm playing to get around the copy protection" instead of "What's the best practice to reverse engineering a binary file in windows". lol
GalacticJello
JBRWilkinson
@wamp actually there's a freeware version, which is quite enough to deal with most of Win32 binaries
Igor Skochinsky