.vbe on linux

Don´t be shy, Linux is fun! =)
Post Reply
User avatar
Kirk
suck-o enforcer
suck-o enforcer
Posts: 547
Joined: 25 Apr 2009, 16:00
14
Contact:

.vbe on linux

Post by Kirk »

I have a small script that when runs connects to a server and then unlocks whatever windows ID on the domain. That scriipt was made for linux and ends in a .vbe extension. Im looking for a way to run it in linux (no wine) or a way to convert it to a format linux knows.
also, whats a good decompiler for .vbe?


Kirk

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Re: .vbe on linux

Post by bad_brain »

hm, .vbe is just encrypted .vb, so Mono should be able to handle it:

http://www.mono-project.com/VisualBasic.NET_support" onclick="window.open(this.href);return false;

:wink:
Image

Post Reply