数年前に、自作した統計学ソフトをバージョンアップしたいですが、もうパッケージ化して、元のソフトも失ってしまいました。もとに戻すの方法がありますか。
What was version of Visual Basic using?
You can use the Reflector to decompile your exe file to source code, if the file was compiled by Visual Basic.NET!
http://www.aisto.com/roeder/dotnet/
But if it was compiled by older versions, it's an impossibility for you to do so. If that case, you can try to access the following address.
http://www.decompiler.org/
Good luck,
Thanks.
I used VB6 to make the program. In this case, it's impossible to recovery to source code by reflector, isn't it?
Unfortunately, the answer is yes. (Reflector is for .NET Framework.)
And there is one important thing. It's your settings on the Project Properties dialog-box. If you would rescue your source, you had to choose NO OPTIMIZE option. Because optimizer of Visual Basic's compiler might convert variable names, comments and some algorithm.
http://msdn.microsoft.com/library/en-us/vb98/html/vbdlgcompiletabprojectproperties.asp
('A`)…そういえばVB6のP-CODEなら逆コンパイルできたような…
>元のソフトも失ってしまいました。
>もとに戻すの方法
ないものを戻す方法は難しいですね。
It is no use crying over spilt milk.
ツイート | ![]() |