Well hello i am new here and i am an begginer programmer .I would like to know if there is some way how to find out what programming launglage was used in already compiled exe file.

Thank you for you time

Recommended Answers

All 2 Replies

You can get a disassembler and disassemble it and then examine the assembly code that was output. You can then examine the assembly code of the program and look for a certain compilers footprint. Good luck :P

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.