This is kind of a noobish question but is there a way to turn an .exe file into a source code that you can edit and if there is how.

Recommended Answers

All 2 Replies

Not really. You can disassemble the exe into assembly and then maybe find a program that converts the assembly to C++, but it's not going to be a good result even though you can edit it.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.