Discussion:
How to obfuscate VBA code?
(too old to reply)
BOB
2014-01-15 08:08:39 UTC
Permalink
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
Stefan Blom
2014-01-17 10:09:55 UTC
Permalink
You can password-protect the module in your template, if that helps.
--
Stefan Blom
Microsoft Word MVP
Post by 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
BOB
2014-01-21 20:01:31 UTC
Permalink
Post by Stefan Blom
You can password-protect the module in your template, if that helps.
Unfortunately it does not help. It s too weak.

Regards
BOB
Auric__
2014-01-21 22:27:34 UTC
Permalink
Post by BOB
Post by Stefan Blom
You can password-protect the module in your template, if that helps.
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.
--
We hates the coffees. Stupid, fat, wicked coffees.
We wants the Dr. Peppers, we do. We wants it! My... *PRECIOUS*...
BOB
2014-01-22 16:23:04 UTC
Permalink
Post by Auric__
Post by BOB
Post by Stefan Blom
You can password-protect the module in your template, if that helps.
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.
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***@gmail.com
2014-03-07 01:21:07 UTC
Permalink
Post by 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
Why not protect the vba project with a password???
Auric__
2014-03-07 11:07:44 UTC
Permalink
Post by k***@gmail.com
Post by 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.
Why not protect the vba project with a password???
I have *at least* 2 programs here that will break Excel passwords instantly.
--
...lost like a Republican in a voting booth...
Loading...