Open Rosle23 opened 7 years ago
Hi @Roslekas,
Coul you please give me complete output error?
Thx.
Thanks
I'm not able to reproduce this issue. On which plateform do you try to run vbad? what is your python version?
Windows 8.1 pro, Python 2.7.13 and office 2016.
Thanks
Could you try with another template (a simple one) ?
It seems that the bug occurs when tryting to remove the VBA Style. You could try to comment the related module and try again. Never saw this error before.
Pepitoh
Hi, this error exist when not correctly marking string, it took a bit time to found a solution, but eventually i successfully obfuscated a PowerShell script.
Also, any idea how to fix this error ?
Thanks
Hi @Roslekas
Sorry for repsonse time. It seems that module created with your VBA file is too large : https://stackoverflow.com/questions/3751263/procedure-too-large
It won't be to hard to split your VBA in many procedures, you can try to do so. If it is not working, it is the procedure created by VBAd which is too big,, in this case you will have to split VBAd obfuscated code in many procedure (directly in the python file).
Pepitoh
Hello,
Any suggestions ? :)
Thanks