Jump to content

Obfuscator - parameter - question how properly use


Go to solution Solved by Jos,

Recommended Posts

Posted (edited)

In some scripts, I use as follows Obfuscator parameters:

#AutoIt3Wrapper_Run_Obfuscator=Y
#Obfuscator_Parameters=/sf /sv /om /cs=0 /cn=0 /mo

In some other scripts, I use as follows Obfuscator parameters:

#AutoIt3Wrapper_Run_Obfuscator=Y
#Obfuscator_Parameters=/sf
#Obfuscator_Parameters=/sv
#Obfuscator_Parameters=/om
#Obfuscator_Parameters=/cs=0
#Obfuscator_Parameters=/cn=0
#Obfuscator_Parameters=/mo

I do not know why I have such a distinction, perhaps I used some example.


QUESTION:

Are both indicated examples correct?


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

Posted
I add again that to a certain point, everything was properly in compiling.
 
But now, in the latter case, I have this error message:
 
Error: Failed to append script data to end of updated executable. Try recompiling your script.rc:2

The change from the first to the second form causes this error does not appear.

 

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

Posted

I would vote you use the first style, parameters all on one line.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

  • Developers
  • Solution
Posted

Both format should do the same thing and the second post error bares no relation to the format of used as that is an error from autoit3wrapper.

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 (edited)
  On 9/27/2013 at 3:12 PM, Jos said:

the second post error bares no relation to the format of used as that is an error from autoit3wrapper.

 

ok 

but this error message become only when I use the second example, with first example there is no error

EDIT:

I try to do a repro script, then I back again

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

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...