Reputation: 413
I've just recently come across a really old QBasic app written in 1998. I'm interested in regaining the source code, as the app contains some valuable equations I'm in need of. I'm aware it may not be possible to regain the original source code, but how close could I get in "decompiling" the executable?
Thanks in advance!
Upvotes: 1
Views: 2961
Reputation: 25318
There is no public decompiler for QBasic. You can debug or disassemble it, or try contacting this person.
Upvotes: 2