Decompile windows application. | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 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 Antwort
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