Jump to content

remove source from compiled ?


fr4ddy1
 Share

Recommended Posts

Hi there, i have a question :

when you compile an autoit3 script the source code is also in the compiled script

i would like to know if there a way to remove it from the compiled script, it would block decompiler, and actually the fact that autoit3 can get decompiled very easy make it bad, since everything else is great.

also you don't even need decompiler to see source code, you can just open a hex and read the compile script, you will can find the source code,

so again, the question is : is there a way to remove the source code from the compiled script ?

Link to comment
Share on other sites

No, there isn't. Search the forum, you'll find 100's of posts like this.

If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.
Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag Gude
How to ask questions the smart way!

I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from.

Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays.  -  ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script.  -  Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label.  -  _FileGetProperty - Retrieve the properties of a file  -  SciTE Toolbar - A toolbar demo for use with the SciTE editor  -  GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI.  -   Latin Square password generator

Link to comment
Share on other sites

  • Developers

Of course that can be done, but how do you think the EXE will still be able to perform its task?

Jos

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Of course that can be done, but how do you think the EXE will still be able to perform its task?

Jos

then isn't there anyways to block decompiler ? i have only found 1 which work for 3 person / 4 and its to put make it always run as admin :

#AutoIt3Wrapper_Res_requestedExecutionLevel=requireAdministrator

when trying to decompile with most of the decompiler it will ask an admin permisson and the decompiler will fail, but for some people it will work's

i would really like to keep using Autoit3 but decompiler actually block me ...

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...