Decompile a .exe

Posts 115 of 15 · Page 1 of 1
Decompile a .exe
I tried a lot of aplications but no one works. I need the source code from a .exe but have no idea how to get it.
IDA which requires strong knowledge, like most decompiler, and can't get the exact source code due to the compiler and other shit.
Quote Originally Posted by ActualCheats View Post
IDA which requires strong knowledge, like most decompiler, and can't get the exact source code due to the compiler and other shit.
Okay thanks, do u know a programm to edit .exe files? Like HxD?
u can not decompile .exe to see full cleary code lol
If it's C# or VB.NET without protection it's easy.
If it's C++ isn't possible.
Quote Originally Posted by An0m4ly_15 View Post
Any other way to edit an .exe?
nope.

But hexeditor should help
Quote Originally Posted by An0m4ly_15 View Post
Any other way to edit an .exe?
Right click on exe -> edit with notepad.
Quote Originally Posted by Don Coderleone View Post
Right click on exe -> edit with notepad.
You cant. The .exe is coded in C++, C# or whatever any other coding language.
Quote Originally Posted by An0m4ly_15 View Post
You cant. The .exe is coded in C++, C# or whatever any other coding language.
A world is collapsing within me.
Quote Originally Posted by Don Coderleone View Post
A world is collapsing within me.
he didnt even understood the troll I think XD
You cant decompile to source code the exe file, if it isnot autoit x)
for .NET applications u can use:dnSpy or ILSpy
Posts 115 of 15 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?