| Joined: Feb 2003 Posts: 3 Junior Member | Junior Member Joined: Feb 2003 Posts: 3 | I've resently made a small program and converted into a .exe file.... then i somehow deleted all the files exept the .exe file...
Is there anyway i can get the source files back, so i can build some more on the program?
Any code cracker or any kind, so i can se the code and rebuild it, whit some more feauteres, couse i wasn't finisht with it yet.?
Please help. | | |
▼ Sponsored Links ▼
▲ Sponsored Links ▲
| | | Joined: Feb 2002 Posts: 7,203 Likes: 11 Community Owner | Community Owner Joined: Feb 2002 Posts: 7,203 Likes: 11 | All depends on the language you used to create the file. There are decompilers out there for any language, but finding them for the specific language version can be a pain...
What's so special however? | | | | Joined: Mar 2002 Posts: 1,273 DollarDNS Owner | DollarDNS Owner Joined: Mar 2002 Posts: 1,273 | As far as I know, there are no decompilers for versions of Visual Basic past 3.0. | | | | Joined: Feb 2002 Posts: 7,203 Likes: 11 Community Owner | Community Owner Joined: Feb 2002 Posts: 7,203 Likes: 11 | Saw one for 4.0 when i was lookin for the latest ... | | | | Joined: Feb 2003 Posts: 3 Junior Member | Junior Member Joined: Feb 2003 Posts: 3 | Ok, anything on how find out wich language a program is written in? | | | | Joined: Mar 2002 Posts: 1,136 UGN Elite Poster | UGN Elite Poster Joined: Mar 2002 Posts: 1,136 | Doubtful, if it's an EXE. EXEs are just binaries, and most languages can compile to binaries. Thus there's no way to tell what language it was originally written in, unless there's an About dialog that tells what language it's in.
For a decompiler, it'll decompile to assembly, so you'll have to learn that. Then you can convert all the assembly back to VB manually. | | | | Joined: Mar 2002 Posts: 599 UGN's Resident Homo | UGN's Resident Homo Joined: Mar 2002 Posts: 599 | you said that you wrote the program, and then lost your files, and now want to work on it more; however you go on to ask how to figure out which language the program is written in. if you wrote it, you should know what langauge you used.
"It's better to burn out, than to fade away."
| | | | Joined: Feb 2002 Posts: 7,203 Likes: 11 Community Owner | Community Owner Joined: Feb 2002 Posts: 7,203 Likes: 11 | BS, we all know that he's bullshitting ... | | | | Joined: Mar 2002 Posts: 599 UGN's Resident Homo | UGN's Resident Homo Joined: Mar 2002 Posts: 599 |
"It's better to burn out, than to fade away."
| | |
Forums41 Topics33,840 Posts68,858 Members2,176 | Most Online3,253 Jan 13th, 2020 | | | |