Decompile windows application. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Decompile windows application.

How to decompile windows application (.exe) files ? Which tool can I use ?

24th Aug 2018, 4:25 PM
Krishna Kumar
Krishna Kumar - avatar
1 Answer
0
It's difficult to decompile C++ code (if the program is written in C++, like most apps are). Nonetheless you can try ILspy, which decompiles programs written in a IL-based language like C#, VB.
24th Aug 2018, 5:53 PM
StoneSmasher
StoneSmasher - avatar