Summary: Short answer: You can't. You can "decompile" into pretty messy assembly language, but going any higher than that, if there are programs that do it, ...
Summary: I want to know is it possible to get source code back by decompiling the VB exe file, i am new in this field please guide me whether it is possible of...
Summary: Gallienus1@netscape.net I have a very small program (.exe) that reads certain areas on a disk and generates a number from those sectors. Is it possibl...
Summary: using rad games video tools (bink) i created a screensaver awhile ago unfortunaltly i lost the source material went back and used thier tools to extr...
Summary: You need a decompiler that is written for the type of processor the EXE file was designed for. What you will get is assembler code and unless you are ...
Summary: Hi, I am after recommendations for good PE decompiler protection software, I am about to deploy an exe with sensitive information such as passwords i...
Summary: hmm... i think there was a debate about that a while ago, i havent been here in a while, but to my knowlege, vb6 exe's cannot be decompiled. i know ea...
Summary: What do you mean by obtain a specific "file". EXE files don't contain files. EXE files are just a whole stream of instructions and data that the CPU...
Summary: Hi I am having a similar problem myself. I have found a company who claim to have a .NET decompiler but it costs $1099 - http://www.remotesoft.com/sal...
Summary: i am new in C/C++.i downloaded the DJGPP compiler yesterday and i made my first 2 simple progz.i want to know what i have to download and use in case ...
Summary: Mechanix2Go: I once decompiled a exe written i C. Seemed to work fairly good, but.. Since i dont know C, i have no real idea of how accurate the deco...
Summary: The .exe is actually machine code (assembly code), so even if you could read it, it doesn't really tell you the C code. You might try doing a google s...
Summary: Although the link posted by Razor will give you a dissembler that will generate assembler code, to make use of it you would need to know assembler ins...
Summary: I recently downloaded a programme file which i want to setup on my pc, the file came as PictureitExpress.zip, once unzipped using Winzip, resulted in ...
Summary: Hi i have got a slideshow of pictures that is in the .exe format is there anyway i can get the pictures out of this as i have not got the individual p...
Summary: Hi, does anyobody know if its possible to get the source code from an .exe visual basic 6 file? im doin a college project, have to make a virtual atm ...
Summary: i would like to ask three questions 1) is the .exe programs' structure now are the same as the old day (before 1995), well, i mean is the .exe still h...
Summary: hi, i use reg.exe to update my registry.but there seems to be some problem with it. assume the below command line reg add hkey_current_user\control ...
Summary: Ok, this may be a very simple thing, but I have only started working with java, so don't know it's ins and outs yet... Basiclly what I want to do is t...