TheSwamp

Code Red => VB(A) => Topic started by: civil.eng on August 21, 2022, 04:35:42 PM

Title: Protect vba codes
Post by: civil.eng on August 21, 2022, 04:35:42 PM
Hello everyone

As you know vba password or .dvb files can be unlocked or removed easily and it's so sad to anyone who want to publish an commenricial programs.
for a month, I have been looking for a way to make strong vba codes, but it was unseccessfully so far.

ِDo you think it's possible to embed a dvb file into a DLL ObjectArx (.Net or C++) so that users do not access the main dvb file ??
I also interested to know that is it possible to convert vba codes to vb.net ?

Thank in advance.
Title: Re: Protect vba codes
Post by: It's Alive! on August 21, 2022, 06:24:58 PM
Consider moving the section of code you wish to protect, to an ActiveX DLL.
You can do this in C++, .NET, or VB
Title: Re: Protect vba codes
Post by: civil.eng on August 22, 2022, 01:44:53 AM
Consider moving the section of code you wish to protect, to an ActiveX DLL.
You can do this in C++, .NET, or VB

Thanks for replying.
Is that possible to translate all of codes to vb.net Automatically ? (or I should rewrite it line by line ?)