QB exe programs

Please use this Board for QBasic related requests ( file research, programming, etc.)

Moderators: Administrator, Global Moderator

Post Reply
Mike King

QB exe programs

Post by Mike King »

Hello. I have written program thats simulates a fish stock (FISHSIM) that I made into an executable (exe) program. I have now lost the original QB program. How can I reverse the procedure - ie change the exe program back to a bas file? Alternatively, can I read the exe file on MS word and then paste it into QB? Any help appreciated
buff1

Post by buff1 »

Can't really be done. The best you can do is get the asm code.
Guest

Post by Guest »

buff1 wrote:Can't really be done. The best you can do is get the asm code.
Thanks anyway , Buff1
JeremyR

Post by JeremyR »

This guy claims to have a mediocre decompiler. You can either pay him to decompile your program (and fix up stuff that the decompiler screwed up) or you can pay him more to get a copy of the decompiler itself and fix up the output yourself.

I just found this on google, so I can't say I recommend giving a complete stranger your money, but do what you want with it.

Jeremy Rosenberg
blandestvertigo@yahoo.com
Post Reply