Coder Social home page Coder Social logo

Comments (2)

Pepitoh avatar Pepitoh commented on May 20, 2024

Hi doctor-yes,

Here are my answers :

I see this error a lot and I did not manage to find were it comes from( when trust VBA is checked). Just kill all winword.exe processes and try to launch the script (some times, 1 or 2 times). Access to vba modules crash sometimes when the process is already launched.

Why do we need a template doc file? Can we just obfuscate the vbs file and I can copy the code to the file I want (docm)? I wasn't sure what the template doc for so I create a blank doc. Could it be the problem?
=> This was the v0 of my tool, at the beggining, the script generated vbs file and you had to copy/paste into word document. This task was very time consuming, that what VBad comes for. The template files are used as model by the tool, vbs code is integrated directly into this document. By doing this, you are able to generated as many file as you want, and all of them will have a uniq signature. That is the main purpose of the tool. You can create a blank template, it should not be a problem.

Is there a way to let the script automatically obfuscate every code in the target vbs file? I want to skip adding [] markdown as it is quite a lot of work for long vbs.
=> Nop, markdown are the only way to randomize function and variable names. It can't done automatically. My opinion is that it would generated too many error in VBA if it's done automaticly. I prefere let user choose what he wants to obfuscate, but you can code this option if you want 😄

following #2, does "trigger_function_name" mean everything after such function will be obfuscated? "After" is in the sense of code location in vbs?
=> Nop, trigger_function_name is just name of the function you want to Auto trigger in final generated files.

Pepitoh

from vbad.

Pepitoh avatar Pepitoh commented on May 20, 2024

I'm closing the issue

from vbad.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.