Is it possible to "decompile" a Windows .exe? Or at least view the Assembly?
Asked 07 September, 2021
Viewed 652 times
  • 58
Votes

A friend of mine downloaded some malware from Facebook, and I'm curious to see what it does without infecting myself. I know that you can't really decompile an .exe, but can I at least view it in Assembly or attach a debugger?

Edit to say it is not a .NET executable, no CLI header.

16 Answer