Executable (.exe) Editing/Decompile

Talk about anything you want, but keep it within the rules, please.
Post Reply
JustANewbie
Forum Spammer
Posts: 551
Joined: August 18th, 2012, 2:32 am

Executable (.exe) Editing/Decompile

Post 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.
User avatar
Dekar
Forum Drunk
Posts: 2907
Joined: January 17th, 2007, 4:22 pm
Location: Darmstadt, Germany
Contact:

Re: Executable (.exe) Editing/Decompile

Post 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.
Don't pm me with Warcraft questions, this is a forum so just make a post!

In the world of thinking we are all immigrants. -Robert Nozick
JustANewbie
Forum Spammer
Posts: 551
Joined: August 18th, 2012, 2:32 am

Re: Executable (.exe) Editing/Decompile

Post by JustANewbie »

So other than that it would not work? I tried ILSpy but it doesn't work (not supported)
User avatar
Dekar
Forum Drunk
Posts: 2907
Joined: January 17th, 2007, 4:22 pm
Location: Darmstadt, Germany
Contact:

Re: Executable (.exe) Editing/Decompile

Post 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)
Don't pm me with Warcraft questions, this is a forum so just make a post!

In the world of thinking we are all immigrants. -Robert Nozick
JustANewbie
Forum Spammer
Posts: 551
Joined: August 18th, 2012, 2:32 am

Re: Executable (.exe) Editing/Decompile

Post by JustANewbie »

I don't understand at all.....
Anyway, I have found the source code
Post Reply