Jump to content

AutoIt3Wrapper and Obfuscator directive in include file ?


Go to solution Solved by Jos,

Recommended Posts

Posted

Can I use directives to AutoIt3Wrapper and Obfuscator in a include file ?

 
For me it is important to me because I lead a lot of different projects and I would like everywhere standardize the use of these directives.
 

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

  • Moderators
Posted

mlipok,

What happens when you try? ;)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

Posted (edited)
Not what I expected.
 
I see that I should reformulate the question.
 
Of course I have a concept to develop an AutoIt scripts which will be normalized the records of these directives.
 
But I ask if anyone has an idea for a different way of dealing with the standardization?
 
 
Edited by mlipok

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

  • Moderators
Posted

mlipok,

  Quote

Not what I expected

To save everyone the trouble of trying - what did you expect and what happened when you tried? :huh:

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

Posted

II tried to create one inlude file in which I wanted to save all the directives and necessary changes to get the ability to easily make changes at one time for all my projects.

After analyzing it can be concluded that:
 
These Directives are analyzed only from the main script, which in principle is quite understandable, since they affect the content of the linked file _obfuscated.au3.
 
So the "compiler" must be aware of these directives at the beginning, and not somewhere in the middle.

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

  • Developers
  • Solution
Posted

Correct: The Directives are expected in the main script and it would be pretty problematic to build support for includes given there is also a GUI option which allows to load the current settings and update them in the GUI.

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Posted
thanks for confirmation
 
I greet
mlipok

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...