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

后端 未结 3 1840
清酒与你
清酒与你 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 02:54

    I've used RecStudio (rec22) and IDAPro to try and decompile a C++ project, together they probably wouldn't have been enough to do the job I had except that I worked out the demo project the program was based on so they gave just enough info that I could make something like the same project again.

    In the end one other thing I was doing was compiling code that I thought matched and checking that I got the same result in the decompiler.

    Good Luck.

提交回复
热议问题