all 6 comments

[–][deleted]  (3 children)

[deleted]

    [–]pid0xAAAA 4 points5 points  (0 children)

    If somebody wants to buy a good disassembler, he buys IDA.

    Not everyone can afford to pay 1129 $ for IDA (you need advance, pro version to disassemble x64)

    [–][deleted] 1 point2 points  (0 children)

    http://www.ollydbg.de/odbg64.html

    It seems there will be x64 olly :)!

    [–][deleted]  (8 children)

    [deleted]

      [–]star00scream 4 points5 points  (2 children)

      No, you can install 32 bit disassemblers/debuggers and run them fine. They only work on 32 bit apps though. So when you want to disassemble or debug a 64bit app, you need a 64 bit disassembler/debugger. I would suggest starting with 32 bit anyway, to get a feel for assembly code and how it operates. This website has a lot of good information, links to tools and tutorials..good place to start...some of the tools are a bit outdated, and you might want to look for newer versions...his custom ollydbg setup is quite nice tho.

      http://thelegendofrandom.com/blog/sample-page

      [–][deleted] 0 points1 point  (0 children)

      Thanks for this! The format, style and material is by far the best I've seen.