Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Is possible to decompiler VB exe
Name: atulit Date: September 1, 2003 at 03:54:58 Pacific OS: win98 CPU/Ram: p4
Comment:
I want to know is it possible to get source code back by decompiling the VB exe file, i am new in this field please guide me whether it is possible of fake theory.. -Atul
Name: Dim Date: September 1, 2003 at 04:46:19 Pacific
Reply:
Nope, Its not possible to decompile back into VB, nor into any other language for that matter.... of course you could learn assembley but good luck on trying to read that stuff on a grand scale.
You could decompile it into Assembly code. But if you are not a pro Assembly programmer you couldn't make heads or tails out of it. Sounds like you are trying to reverse engineer some poor programmer's work that needs money :( oh well, if you can figure out the Assembly I suppose you deserve credit for his/her work. lol
Infinite Recursion
0
Response Number 3
Name: Sarge Date: September 6, 2003 at 14:51:35 Pacific
Reply:
It depends upon what level of source code you want to get back to. There are many disassemblers that can be used on an NCode program and will give you lots of info. There are a few analyzer programs that can be used on PCode program that give you the opcodes; you will have to do some work manually.
Summary: Hi All ! I have an .exe file I created several years ago and I lost the original code files. Is it possible to open an .exe file to view the C code? THANK YOU . . . ...
Summary: You'd have to define what superior means. 1) Does it mean it will work on any OS? 2) Does it mean that you can knock up specific programs quickly in a specific OS? VB is great for MS stuff but you co...
Summary: I'm using vbs to autoupdate passwords and need to use the current date but in a specific format. This code returns the date in this format "09/09/2009" myDateString = FormatDateTime(Date(), 0) msgBox(...