How to obfuscate VBA code?

B

BOB

I am looking for a tool to obfuscate
VBA (Word) code.
Applications should run but their
code should be difficult to read.

Any suggestions would be very
much appreciated.

Regards
BOB
 
B

BOB

You can password-protect the module in your template, if that helps.
Unfortunately it does not help. It s too weak.

Regards
BOB
 
A

Auric__

BOB said:
Unfortunately it does not help. It s too weak.

Obfuscating is even weaker than password-protecting. For better results,
you'd need to compile your code into a DLL, but even that could be
disassembled and studied.
 
B

BOB

You can password-protect the module in your template, if that helps.
Obfuscating is even weaker than password-protecting. For better results,
you'd need to compile your code into a DLL, but even that could be
disassembled and studied.

I am not sure which one is weaker. It probably depends on the password
or how much "sophisticated" is the the obfuscating. :)
I realise that there is not fully certain method but I think that compiling
into a DLL could be enough. The problem is that I know nothing about
compiling into a DLL. Do you have any address with detailed descriptiom
on how to do it? I would be very grateful if you could give me such address.

Regards
BOB
 
K

kevin.coughlin.kc

I am looking for a tool to obfuscate

VBA (Word) code.

Applications should run but their

code should be difficult to read.



Any suggestions would be very

much appreciated.



Regards

BOB

Why not protect the vba project with a password???
 
A

Auric__

kevin.coughlin.kc said:
Why not protect the vba project with a password???

I have *at least* 2 programs here that will break Excel passwords instantly.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top