Decompiled code to VB.net converter?

Posts 13 of 3 · Page 1 of 1
Decompiled code to VB.net converter?
Is there anything like it? pCode/Native to vb.net source? I'm just reasking the question that failed to get response two years ago on vbforums.
I really don't think there is.
And I think it would be horrible if there was because then anyone could steal anyone else's source code by decompiling their program.
Quote Originally Posted by pyton789 View Post
I really don't think there is.
And I think it would be horrible if there was because then anyone could steal anyone else's source code by decompiling their program.
You can do that if they haven't taken precautionary measures against decompiling.

@OP, There are a lot of languages that will have a hard time converting straight to VB.NET as there is not always equivalence between two languages (i.e C++ can do things VB.NET just can't and so there would be no way to convert it), languages like C# and VB however can be converted back and forward as their syntax + capabilities are very similar (not 100% the same, but for the most part) C# just uses different keywords etc.
Posts 13 of 3 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?