I would like to know if it possible to decompile and Exe (VB). What programs
are used to do this if possible. I am writing a program and am afraid that
the exe will be decompiled and reused. Which is obviously undersireable. Is
there a way to prevent the decompiling of an Exe (that is if it is possible
in the first place).
Thanx in advance. Any links would be appreciated!!
Well obviously an executable is build from bytecodes and these can be
interpreted (thank god, cause otherwise the CPU wouldn't understand it!!!).
Bytecode can usually be disassembled into ASM (the output of which usually
does not compile without major corrections).
But rest assured, you can't get the VB code back from an executable...
I don't know the P-Code format though but I suspect it might be easy to
dissassemble back into VB code. I don't think the variable or function names
would follow though.
Ps: Don't crosspost!!!!
Alex.
It is not possible to prevent your application from being
reverse-engineered. If you're looking for data security, use proven
ciphers. Obscurity is no security.
If you're thinking someone is going to click a button on a decompiler
and come up with Visual Basic source code, you have nothing to worry
about. It is far more work to decompile, reverse, and rewrite ASM to
C to VB than it is to simply duplicate (emulate) the functionality of
the given program.
RKerr
--
Randy Birch
MVP Visual Basic
http://www.mvps.org/vbnet/
Please respond only to the newsgroups so all can benefit.
"ben dover" <b...@hotmail.com> wrote in message
news:b2au1c$u6m$1...@news.adamastor.ac.za...
# Hi GRoup!
#
# I would like to know if it possible to decompile and Exe (VB). What
programs
# are used to do this if possible. I am writing a program and am afraid that
# the exe will be decompiled and reused. Which is obviously undersireable.
Is
# there a way to prevent the decompiling of an Exe (that is if it is
possible
# in the first place).
#
# Thanx in advance. Any links would be appreciated!!
#
#
#
#
> www.decompiler.com <- This site should answer your concerns..
That site has been posted on this newsgroup many times before. Nothing on
it is of any use "decompiling" a VB 6 executable.