Page 1 of 1

Executable (.exe) Editing/Decompile

Posted: July 4th, 2014, 3:24 pm
by JustANewbie
How to decompile an application? I just found debugger, I used OllyDbg http://www.ollydbg.de/ but I don't know how to use, some kind of addresses are needed and i just can't find the address, please help if you have an idea. Thanks in advance.

Re: Executable (.exe) Editing/Decompile

Posted: July 6th, 2014, 7:31 pm
by Dekar
Whether decompilation is even an option depends on the type of application. It often works for Java and .NET (C#) applications, yet for native code one usually has to resort to disassembling instead.

Re: Executable (.exe) Editing/Decompile

Posted: July 7th, 2014, 8:44 am
by JustANewbie
So other than that it would not work? I tried ILSpy but it doesn't work (not supported)

Re: Executable (.exe) Editing/Decompile

Posted: July 9th, 2014, 11:53 am
by Dekar
Have you checked the file commands output? It might be able to tell you what you're dealing with. http://en.wikipedia.org/wiki/File_(command)

Re: Executable (.exe) Editing/Decompile

Posted: July 11th, 2014, 7:41 am
by JustANewbie
I don't understand at all.....
Anyway, I have found the source code