• 0

VB6 decompiler?


Question

8 answers to this question

Recommended Posts

  • 0

By the time the executable has been made, it has been so meddled and mingled with other files, libraries, optimizations, etc. that it become unreadable. The only decompilers, decompile to asm. its usually a nightmare and only the best hackers can understand it.

Higher level decompilers can only do snippets of code.

Link to comment
https://www.neowin.net/forum/topic/21813-vb6-decompiler/#findComment-186380
Share on other sites

  • 0
  Quote
Originally posted by Goalie_CA

By the time the executable has been made, it has been so meddled and mingled with other files, libraries, optimizations, etc. that it become unreadable. The only decompilers, decompile to asm. its usually a nightmare and only the best hackers can understand it.

Higher level decompilers can only do snippets of code.

True... but I don't call myself a hacker! :D

Link to comment
https://www.neowin.net/forum/topic/21813-vb6-decompiler/#findComment-188629
Share on other sites

  • 0
  Quote
Originally posted by Goalie_CA

By the time the executable has been made, it has been so meddled and mingled with other files, libraries, optimizations, etc. that it become unreadable. The only decompilers, decompile to asm. its usually a nightmare and only the best hackers can understand it.

Higher level decompilers can only do snippets of code.

nope, vb is different.

ever decompiled java? it keeps the syntax and even variable names. same with vB.

only thing you have to protect yourself is visual source safe. as long as it hasn't touched the file, then you're golden to decompile and hack away :D

Link to comment
https://www.neowin.net/forum/topic/21813-vb6-decompiler/#findComment-188694
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.