Pepitoh / VBad

VBA Obfuscation Tools combined with an MS office document generator
MIT License
531 stars 129 forks source link

install manuall ? #23

Open Rosle23 opened 7 years ago

Rosle23 commented 7 years ago

Hello,

Any suggestions ? :)

image

Thanks

Pepitoh commented 7 years ago

Hi @Roslekas,

Coul you please give me complete output error?

Thx.

Rosle23 commented 7 years ago

Thanks

image

Pepitoh commented 7 years ago

I'm not able to reproduce this issue. On which plateform do you try to run vbad? what is your python version?

Rosle23 commented 7 years ago

Windows 8.1 pro, Python 2.7.13 and office 2016.

Thanks

Pepitoh commented 7 years ago

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

Rosle23 commented 7 years ago

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 ?

image

Thanks

Pepitoh commented 7 years ago

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