Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/28/2012 in all areas

  1. Dev team is the author. Every critical element of AutoIt product is digitally signed. What you ask for can be done but you have to be aware of the fact that we have obligation toward every AutoIt user. Doing anything that could compromise the security of their applications is not an option.
    3 points
  2. Since there are WAY to many posts on how to SRE something I thought I would create a nice little tester. This thing does SRE and SRER. Loads files to test. Gets internet content to test. And more! Here it is: SRETesterV2.1.au3 Prev DL - 211 Enjoy!
    1 point
  3. I have updated my service control functions to take advantage of the new DllOpen and DllClose functions. I have also added _CreateService and _DeleteService. All these functions are limited in one way or another and offer only the very basic service control so I suggest you read up on the Windows service control functions on MSDN for more information. The test script requires winvnc.exe and vnchooks.dll to be copied to the Windows directory. You can download UltraVNC from here. Get the zipped file from the Downloads page. test.au3 ServiceControl.au3
    1 point
  4. I think what's failed to be mentioned is that AutoIt is just a language and compiler. The 'source code' that matters is the executable that's created after compile, because that's what will cause security breaches. If they want to see the source code for a language and compiler, I wonder what they asked Microsoft before loading any of their software =/
    1 point
  5. Melba23

    For newbies like me

    smellyfingers, I am moving this to "General Support" as we try to keep the "Examples" section for more complicated scripts rather than basic code taken directly from the Help file. And please use more descriptive thread titles when you post in future. M23
    1 point
  6. This directive make Au3Check "think" the variable has been referrenced even when it wasn't. This is to suppress a message when flag "-w 5: local var declared but not used (off)" has been set to on.
    1 point
  7. Here is a basic attempt at the feature requested by D4RKON3. See 'Updates' spoiler in OP for more details.
    1 point
×
×
  • Create New...