Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Friday, November 21, 2014 9:21 AM
HI fiends, How to decompile MFC based exe application get back the source code
All replies (2)
Friday, November 21, 2014 10:29 AM ✅Answered
I thought MFC is c++ only, isn't it?
You could use ida pro ahd hex rays to decompile c++.
https://www.hex-rays.com/products/ida/index.shtml
Working with decompiled c++ is notoriously difficult.
Friday, November 21, 2014 10:41 AM ✅Answered
Please refer to the following thread for information about how you could debug, disassemble and decompile a windows executable (like an MFC application): http://stackoverflow.com/questions/273145/is-it-possible-to-decompile-a-windows-exe-or-at-least-view-the-assembly
And please remember to close your threads by marking helpful posts as answer and don't ask the same question twice.