Macromedia Director: Decompile EXECUTABLE File

◇◆丶佛笑我妖孽 提交于 2020-01-25 11:19:07

问题


It is possible to extract executable files??

If it is what are the possible software may i use?


回答1:


it depends how deep you want to dig into the executable and what kind of data you need from the exe. As with all exe files you can analyse them on a low level. But I assume you want to have a high-level tool to get back the director files that were used to create the exe, right? For the exe-file (the "projector" to use the appropriate director wording) there is no such tool known to me.

But very often the exe file is used together with files with extensions such as .dxr or .dir. Those are director files. DXR-Files are protected. But by importing them into director you can extract some of the cast memebers (graphics etc.) that are included. You need in-deep knowledge of lingo to do so.

You might also find .cst or .cxt files. Those are cast files. They can hold media, scripts etc. too. CXT are the protected versions. For these files the same is true as for the DXR and DIR files.

All in all - it is not easy and your chances are low to completly reveal all code and media. Most director programmer use the protected files for distributing their programs. Those do not allow to reveal all data included.



来源:https://stackoverflow.com/questions/15824345/macromedia-director-decompile-executable-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!