| Author |
Message |
Topic: Decompile |
newcomer
Replies: 4
Views: 786
|
Forum: Ask for Help Posted: Sat Apr 25, 2009 6:39 pm Subject: Decompile |
I don't know of any way to stop a determined and skilled person from discovering the true nature of your script (or any program for that matter) -- including any trade secrets it contains.
The best ... |
Topic: Images In Exe, Not Outside File |
newcomer
Replies: 6
Views: 554
|
Forum: Ask for Help Posted: Fri Mar 20, 2009 5:16 pm Subject: Images In Exe, Not Outside File |
Anyone have an example script on how a splash screen run using image code inside?
Thanks I needed that.  |
Topic: Images In Exe, Not Outside File |
newcomer
Replies: 6
Views: 554
|
Forum: Ask for Help Posted: Fri Mar 13, 2009 6:03 pm Subject: Images In Exe, Not Outside File |
Could I know wheres link in the forum that SKan provide this function script please?
Thanks. |
Topic: Compile AutoHotkey using Visual C++ 2005 Express Edition |
newcomer
Replies: 90
Views: 36182
|
Forum: Scripts & Functions Posted: Tue Mar 03, 2009 6:46 pm Subject: Compile AutoHotkey using Visual C++ 2005 Express Edition |
/NoDecompile prevents the decompiling.
So if /NoDecompile is not supported, the final EXE could be decompiled.
The most secure EXE is the one that Chris distributes.
And for Unicode, it doesn't m ... |
Topic: Compile AutoHotkey using Visual C++ 2005 Express Edition |
newcomer
Replies: 90
Views: 36182
|
Forum: Scripts & Functions Posted: Tue Mar 03, 2009 5:49 pm Subject: Compile AutoHotkey using Visual C++ 2005 Express Edition |
The EXE created by VC++ 2005/2008 is NOT compatible with Windows 9x/ME while the EXE distributed by Chris (VC++ 2003) is compatible with those systems.
Also, the public source for AutoHotkey doesn't ... |
Topic: Compile AutoHotkey using Visual C++ 2005 Express Edition |
newcomer
Replies: 90
Views: 36182
|
Forum: Scripts & Functions Posted: Tue Mar 03, 2009 5:24 pm Subject: Compile AutoHotkey using Visual C++ 2005 Express Edition |
Is there any different between the exe file compiled by the latest version of ahk and the exe file compiled using the ahk compiler made by visual C++ 2005 or 2008?
In terms of security or ... |
| |