Sorry! I know it is a silly question. but may be I get any clue
I have an exe. I want to know which software have been used to create this exe. is there any method to know ... please forgive me
Printable View
Sorry! I know it is a silly question. but may be I get any clue
I have an exe. I want to know which software have been used to create this exe. is there any method to know ... please forgive me
Hello,
Although VB.Net can be used to create an exe, I don't believe this is the correct forum to be asking the question that you have, it is more general than that.
As such, I am going to move your question to the General Developer Forum.
Gary
It would depend on a number of things the operating system, the language, etc! In-short you can't really tell what language a compiled exe has been coded in that is unless you some how hack it. You can guess which, language was used for example C, C++, C#, VB, etc.
Some decompilers might be able to find the language used (VB.Net or C#.Net).
:wave:
Well, it really doesn't matter, does it?
.
sir, I don't want to do anything with that exe. i observed that exe. might have been created in .NET because form and controls are very similar to VB.Net .. so I tried to decompile it in DIS# but error message comes up exe. does not .NET Portable executable .. my question is then how to find an appropriate language used for such exe's
Hello,
If you suspect that the exe is created by one of the .Net Languages, then you could use one of the following to test it:
JustDecompile
.Net Reflector
dotPeek
Gary
Hello,
So, to be clear, you are trying to reverse engineer an exe that is currently compiled.
I take it this exe does not belong to you? Have you got permission from the maker of the exe?
Gary
Let us know what software you are talking about ? And what functionality you are looking for.
As far as I know, it doesn't matter with the language. Any language can be used to create an application of your needs. For example, you can create a GUI app in C or C++. Instead of dragging & dropping controls into the form (like in VB, VC++, etc..), we have to manually write the code for the GUI in the C & C++ editor.
:wave:
here is a request what I actually want to intend
http://www.vbforums.com/showthread.php?t=668396
That request, rather the thread, pertains to a web application. How is that relevant to knowing how an EXE file works?
I am afraid you will have to be much more explicit about what you want to do with an EXE. If you want to know how to write code for a particular functionality, trying to decode or reverse engineer an EXE is probably the worst method you could try.
.
Hello janu,
How about you explicitly state all the requirements that your application needs to do. Then, we can start to advice on how best to proceed.
i.e. My application needs to connect to a web service to retrieve information.
My application needs to be able to filter the above information based on input from the user
Gary
In which case, I think this thread is pretty much resolved, as this question is being answered in your other thread. The need to decompile the exe shouldn't be required anymore.
Gary
Hello,
You already have a thread that is being used to answer that question, so I don't see any reason to post it again here.
Gary
help me here please
http://www.vbforums.com/showthread.p...27#post4111527