Is it possible to “decompile” a Windows .exe? Or at least view the Assembly?

问题:

A friend of mine downloaded some malware from Facebook, and I'm curious to see what it does without infecting myself.我的一个朋友从 Facebook 下载了一些恶意软件,我很想知道它在不感染自己的情况下会做什么。 I know that you can't really decompile an .exe, but can I at least view it in Assembly or attach a debugger?我知道您无法真正反编译 .exe,但我至少可以在 Assembly 中查看它或附加调试器吗?

Edit to say it is not a .NET executable, no CLI header.编辑说它不是 .NET 可执行文件,没有 CLI 标头。


解决方案:

参考一: https://en.stackoom.com/question/193Z
参考二: https://stackoom.com/question/193Z
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章