Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Help] How to protect autoit script

Featured Replies

@kao That was a fail I have slightly 'strengthened' the protection and it now shows:

Liv2zNf.png

Attached v2 binaries, also updated the repository. @JohnReese Try your tools on this protected script. It was really easy to make Exe2Aut fail and it shouldn't be hard to extend this with more methods of protection against specific tools that people might try before actually having to reverse something manually. It's completely open source and free too!

test1337_v2.rar

  • 2 weeks later...
On 05/11/2016 at 7:37 PM, mrexodia said:

@kao That was a fail I have slightly 'strengthened' the protection and it now shows:

Liv2zNf.png

Attached v2 binaries, also updated the repository. @JohnReese Try your tools on this protected script. It was really easy to make Exe2Aut fail and it shouldn't be hard to extend this with more methods of protection against specific tools that people might try before actually having to reverse something manually. It's completely open source and free too!

test1337_v2.rar

Decompiled

test1337.exe.au3

15 hours ago, Happening said:

Decompiled

test1337.exe.au3

Congratulations... My point was that without some manual reverse engineering you couldn't do it. What did you do to decompile?

Edited by mrexodia

hang on a second, johnreese. your english isnt exactly fornicating perfect either "people here has understood" .. what ?

and you claim to be in usa...

oh you're out.. ok, byes...

  • 3 weeks later...
On 11/17/2016 at 1:52 PM, mrexodia said:

Congratulations... My point was that without some manual reverse engineering you couldn't do it. What did you do to decompile?

seek for a part of the AutoIt signature in memory (AU3!EA06 what's after the ! can change on older autoit versions), dump the memory page, execute myAut2Exe on it, or re-insert the script into the AutoIt stub (same version as original executable, version can be gotten by using the /AutoIt3ExecuteLine switch and macros), then use Exe2Aut (the reason to that is plain myAut2Exe may not support all scripts from newest versions of autoit while Exe2Aut does)

impossible to prevent unless core autoit script storage and parsing is modified, too sad its closed source, good luck modifying the autoit bin by hand if you want to be "protected" :)

  • 2 years later...

new to github huh ? or just too lazy ?..

https://github.com/mrexodia/SimpleAutoItCrypter

read the readme.. its right there on the page when you visit...

grab the code either git clone, or grab the zip etc... its simple... even an idiot could understand it... oh wait.. 

Edited by evlncrn8

Not to download!
i am asking to apply it to my autoit exe file.
But there is a complex narrative ...
Where is the SCRIPT.bin file?
and
How to make PSAPI.DLL file "C: \ Windows \ System32 \ psapi.dll" or "C: \ Windows \ SysWOW64 \ psapi.dll" I need to change the file PSAPI.DLL in the import directory.

 

Edited by SoloTurk

oh wow.. you dont make psapi.dll.. its a windows system component...

you load it using LoadLibrary api or in the imports.. a simple psapi.dll .. no path nothing.. and the system decides which one to run, depending on what bitness the process is...

do you even know what you're doing ? or what wow64 actually is ? 

did you even read the instructions on the github page ? (they explain where script.bin would be... hint : resources)...

also, your picture isnt viewable (403)...

 

Edited by evlncrn8

@evlncrn8 edited image edited

I don't have any script.bin

open the exe in a resource editor, check its resources for the script... 

 

Sorry :(  where did I fail. Does anyone know about how to do it?

 

Edited by SoloTurk

well that was painful to watch, i suggest you re-read the instructions before... and perhaps also learn how to use cff explorer...

 

  • 9 months later...

@mrexodia 

crypt.dll When we apply this, it cannot be packaged with any packers, for example, I think there is an error in Upx,dll encoding. 
Can you fix this, thanks.
Created dll She searches the memory for the api address and makes an error when it reaches the end of the memory because she is not allowed to read other parts of the memory.

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.