Jump to content

Recommended Posts

Posted (edited)
  On 5/19/2020 at 8:57 PM, Jos said:

This does make sense it doesn't work as au3stripper has no way of knowing that SayHiMsgBox() is used via the Execute statement.
The simple way to "fix" this is to add this line:

#Au3Stripper_Ignore_Funcs=SayHiMsgBox

It is also very hard to test for this potential issue and create a warning/error, like I do with a Call() statement.

Jos

Expand  

I agree.

I have one very complex project where I use (older syntax of Au3Stripper directives):

#AutoIt3Wrapper_run_obfuscator=y
#Obfuscator_parameters=/SO /OM
#Obfuscator_Ignore_Funcs=...
#Obfuscator_Ignore_Variables=...

So that's no problem in rare complicated projects to use these directives instead of changing the whole (AutoIt) language (or its tools).

 

Edited by Zedna
  • 3 months later...
Posted

Thanks to @jpm

https://www.autoitscript.com/trac/autoit/ticket/2833#comment:9

  Quote

the macroname is @ScriptFuncName

Expand  

Now the only one thing is to wait for @Jon aprooval and releasing version.
Please do not ask when......

It will be done when he had free spare time.....

 

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

Nice, I can definitely see the merit of such a macro, especially in UDFs like IE.au3 where the function name is often hardcoded in diagnostic strings :D

@mLipok Also, I find it a bit ironic that jpm sent a patch to Jon after you made your comment saying it might not be necessary... 6 years and a single comment is all it took :lol:

EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time)

DcodingTheWeb Forum - Follow for updates and Join for discussion

Posted
  On 9/9/2020 at 10:47 AM, TheDcoder said:

Also, I find it a bit ironic that jpm sent a patch to Jon after you made your comment saying it might not be necessary... 6 years and a single comment is all it took :lol:

Expand  

I did my comment because I saw that many awesome things are done in track ticketing system, so I was interested to review/refresh/bump old things.

I think that @jpm focus on this topic because of my comment, but this is quite possible that this was on his TODO list, much more faster than my comment.

 

 

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
  On 9/9/2020 at 10:47 AM, TheDcoder said:

6 years and a single comment is all it took

Expand  

I believe mLipok is right. Looking around, I asked for a @IncludeScriptFullPath and it got picked up in ticket 2886, so, yeah, AutoIt is still actively worked on.
At times we, "the scripting kids", ask ourselves "where is the new version", but one can not rush a cook, as we don't know what is going on in the kitchen. 

It is an uplifting share. Nice to see. Thanks for sharing @mLipok 

Follow the link to my code contribution ( and other things too ).
FAQ - Please Read Before Posting.
autoit_scripter_blue_userbar.png

Posted

I just write summary which you could guess on public facts ie. Content on Trac...

 

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...