Hi all. I was wondering if its possible to decompile or atleast disassemble an EXE file. The decompilers like Boomerang work fine for linux based executables, but do not work for EXE files as they are based on windows. Are there any EXE disassemblers or any technique on doing that?

Thanks in advance..

Decompilers are genally crap due to the lossy nature of compilation. However, disassemblers are terribly useful provided you're reasonably proficient with assembly language. I like OllyDbg for Windows.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.