How can I determine which platform or programming language was used to build a particular Windows desktop application?
There are several ways to try and detect in which language a particular software was written. Usually, the tools that do that examine the PE Header and try to make an educated guess.
Sometimes authors compress/encrypt the PE in such way that makes this detection next to impossible.
There is an old tool called PEiD which can help you identify in which language was the software written.
The Dependency walker may also shed some light by showing all the dlls the application depends on, as well as the names of the exported methods.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With