Jump to content

Protection of autoitscripts


legend
 Share

Recommended Posts

The well known tool called exe2aut is a big problem - since it can decompile any compiled autoit file.

And packers and any kind of other software protector won't help much, you can dump the autoit file from memory, and then use the tool "exe2aut".

I tried to decompile my own script using myAutToExe (created by autoit developers - so shouldn't be a problem using that)

the log tells me this:

Script is password protected!
00049A28 -> Password/MD5PassphraseHash: 99B573AAABA78EF29392F8FF4039D199
         ™µsª«§Žò“’øÿ@9Ñ™

So my questions is, if it's possible to change the encryption method, to use something else than MD5? I guess it's not, since I think the autoit compiler is closed source?

I know this is a risky thread, so i'm not gonna mention any hex methods.

at the same time, this is a suggestion to make the autoit compiler support diffrent encryption methods, and make people able to combine them, so tools like "exe2aut" can't decompile peoples hard working scripts

Edited by legend
Link to comment
Share on other sites

  • Moderators

legend,

myAutToExe (created by autoit developers - so shouldn't be a problem using that)

No, it is not developed by autoit developers - and yes, it is a problem discussing anything to do with decompilation. :mad:

Quite frankly I should ban you for admitting that you used that tool - but I will content myself with asking you to read the Forum Rules. If you ever post even a hint of decompilation in the future then you will not be treated so leniently. :naughty:

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:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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