My situation is, my company has a application that grabs a flat file and parses it, then creates a new file with a different structure. Simple enough. The problem is, the flat file that is originally read by the app, has had a structure change. The real problem is that the app was written by an outside company that no longer exists, and we have nothing but the .exe
You can only decompile a C++ executables into assembly code. You will have to either buy the original source code, have someone write a new program that will parse the file the way you want, or get somebody to modify the assembly code after you decompile the executable.
James P. Cottingham
I am the Unknown lead by the Unknowing.
I have done so much with so little
for so long that I am now qualified
to do anything with nothing.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.