vote up 2 vote down star

I'm into hacking challenges (like rankk.com) and some of the challenges require disassembly and little modifications of PE files.

I'm looking for a disassembler/debugger that is able to dump the strings, walk the assembler code and allow modifications.

My knowledge in this field is very limited so I'm looking for something relatively easy to use and preferably free.

Any suggestions?

flag

58% accept rate

5 Answers

vote up 7 vote down check

IDA, nothing else comes even close. IDA Pro

link|flag
2  
Like you said, nothing touches IDA Pro – Simucal May 26 at 21:51
Completely agree. – Remy Lebeau - TeamB Jun 4 at 1:44
vote up 1 vote down

IDA Pro has a nice graph for better understanding of the code flow and the disassembler is amazing. Although i use OllyDbg as JIT debugger and general debugger for MASM.

link|flag
vote up 0 vote down

IDA Pro for common cases, SoftIce for special cases (for example when you need to reverse highly protected application, you can use special SoftIce plugins and so on). I was an experienced cracker in student years :)

link|flag
vote up 1 vote down

IDA also has a free version now of their previous version. For light or introductory reversing or getting started it's a great tool.

link|flag
vote up 3 vote down

I like OllyDbg. (with a good companion :)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.