Jump to content

what about this ?


Recommended Posts

بسم الله الرحمن الرحيم

hi

i think this program(Exe2Aut) to change the exe to aut ....

ok ...

- now i want to make the script ..

- then cahnge it to exe ...

- but i want to save my work from this tools (Exe2Aut) mean i dont want another person see

the script ...

what can i do ?

thanks

Edited by mohd
Link to comment
Share on other sites

بسم الله الرحمن الرحيم

hi

i think this program(Exe2Aut) to change the exe to aut ....

ok ...

- now i want to make the script ..

- then cahnge it to exe ...

- but i want to save my work from this tools (Exe2Aut) mean i dont want another person see

the script ...

what can i do ?

thanks

You don't have to do anything. Once it's compiled it can not be decompiled. People could still read it with a Hex editor but that applies to any file.

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Link to comment
Share on other sites

  • Moderators

Wait... I sense a language barrier here, so I'm going to ask. Am I understanding this right?...

1.) You've decompiled someone else's script.

2.) You've made (or want to make) changes to the script.

3.) You want to now re-compile the script as your own, but don't want anyone else to be able to do what you did?

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

ok but some times there is some script i can't see it ? what the person who do the script do save his script ?

If you have Obfuscator you can use it. It should be in your AutoIt3\SciTe\Obfuscator folder

If you don't have it then you can get it here

http://www.autoitscript.com/autoit3/scite/downloads.shtml

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Link to comment
Share on other sites

Wait... I sense a language barrier here, so I'm going to ask. Am I understanding this right?...

1.) You've decompiled someone else's script.

2.) You've made (or want to make) changes to the script.

3.) You want to now re-compile the script as your own, but don't want anyone else to be able to do what you did?

i dont want that but i only want to till you a example ... to ask you what he do to save his work

thanks

Link to comment
Share on other sites

i think its version 3 ... right?

Version 3.?.?.?

But I happen to remember that your version is new enough that it can't be decompiled.

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Link to comment
Share on other sites

first thanks ...

ok can you give me the link for lastest version of autoit to make the decompiled on his script , please

and can you tull me what about (koda_1.7.0.1.exe) i download that but i cant use it right ... (is there a web page can help me ? )

thanks

Edited by mohd
Link to comment
Share on other sites

yes files compiled by latest version can not be decompiled .

these are save from crackers .

damn you joined yesterday and you are already banned, anyway to everyone else

is there any way to still compile a au3 that CAN be decompiled later with the latest version, I understand that not allowing the EXE is great for most users but a few of us would still like to be a to decompile our own file.

Link to comment
Share on other sites

Hi,

decompiling is nearly always possible. Use obfuscator.

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

If you search the forums you will find posts that will show you how to include your script in an EXE file so that you can recover it. During the same search you will find posts that illustrate what happens when the thread gets involved in decompiling scripts written by someone else.

@Mohd

You will not get any help decompiling code that you did not write. You have not been able to do that since v3.2.5.1 and we are now at 3.2.11.1 (Beta).

@Mods. This thread may be ready for locking but that's just MHO.

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Link to comment
Share on other sites

can you give me the link to download of 3.2.11.1 (Beta) ....

i clicked on download in the top but i cant see the link for download this Version .

my version is v3.2.10.0 .

thanks

Link to comment
Share on other sites

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Link to comment
Share on other sites

If you search the forums you will find posts that will show you how to include your script in an EXE file so that you can recover it. During the same search you will find posts that illustrate what happens when the thread gets involved in decompiling scripts written by someone else.

I'm blind or something, I've been searching for some time and can not find a thread that explains how to include the script with the EXE so I can recover it later. But I did find a ton of threads of people wanting to decompile already compiled scripts

Link to comment
Share on other sites

  • Developers

I'm blind or something, I've been searching for some time and can not find a thread that explains how to include the script with the EXE so I can recover it later. But I did find a ton of threads of people wanting to decompile already compiled scripts

http://www.autoitscript.com/forum/index.ph...st&p=485593

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

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