Jump to content

Compiled script wrapping/protection


Recommended Posts

I appologize if this isnt' the correct place. I've searched the forums, found multiple posts about whether AutoIt scripts can be truly hidden in terms of their source scripts un-available to the end user. I'm aware of the general rule, that if something can be made it can be broken.

I have tried various exe programs such as softwarepassport (armadillo) and private exe protector. The problem seems to lie that there are two parts to the compiled autoit exe, the script and the interpreter. The interpreter only seems to be able to be protected by these additional packers. As protection of the data after the interpreter seems to cause the interpreter to not be able to see the script.

The main concern is that there is an easily obtainable program that can read the compiled .exe and just yank out the script source, then deobfuscate it for the user. It appears to search for the same string/signature that I suppose the interpreter does to find the script in the compiled .exe. This in essence bypasses the point of using another program such as armadillo to try and prevent unauthorized running of the script. I realize there is not full proof work around, but I'd atleast like to make it harder for someone than simply dragging and dropping the compiled .exe into a program to have it ouput the source of the script for them.

Are there any known programs/packers that work well with autoit compiled scripts to prevent this sort of thing? Does armadillo really work with AutoIt and just takes special settings (only seemed to work when data at end of program is left unprotected, other 3 settings would make it crash)?

Edited by rabcassa
Link to comment
Share on other sites

  • 2 months later...

@rabcassa

Are there any known programs/packers that work well with autoit compiled scripts to prevent this sort of thing?

The short answer to your question is "NO". You have exposed the reasons why yourself.

Hint: if a packer/program can be made , then it can be circumvented.

This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.
Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe here
RegExp tutorial: enough to get started
PCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta.

SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.
SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.
An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.
SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)
A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!
SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt)

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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