Is there a decompiler that will work on Visual Studio 6 C++

后端 未结 3 1847
清酒与你
清酒与你 2020-12-21 02:21

I have a project that I am trying to fix from a guy that left (let go) from my company. He has violated every fundamental principle of software engineering, not using sourc

3条回答
  •  我在风中等你
    2020-12-21 03:04

    Decompile to what - assembler?

    There isn't anything that is going to give you meaningfull C from an exe.

提交回复
热议问题