Jump to content

...


stuka
 Share

Recommended Posts

  • Moderators

Why not just use the latest beta, and not concern yourself with it?

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

Why not just use the latest beta, and not concern yourself with it?

I think the latest release is the same as far as decompile is concerned.

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

But I can only use UPX to compress it after resource hacking it right? One the problems is that the icon somehow became ugly, probably to the compression. I've tried it though(your method) and it works.

Maybe that's the 2nd layer of security, but how do we prevent ppl ultimately from dicompiling it? Or how do they do it? I've of ppl using Au2Exe or Exe2Au to perform this even when a passphrase is no provided(by the cracker). Is it true?

As we've pointed out. The latest version does not readily decompile. If someone wants to use a hex editor against your code there is nothing that can be done.

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

I think the latest release is the same as far as decompile is concerned.

24th August, 2007 - v3.2.6.0

* Changed: IconId in all GUI functions is now the same as GUICtrlSetImage().

WARNING: Previous scripts using GUICtrlSetImage(), GUISetIcon(), TraySetIcon() and TraySetPauseIcon()

may display a wrong Icon. To get the same icon "if nId > 0 Then newId = - nId - 1".

* Changed: AutoIt .a3x and compiled script format. Exe2Aut will only decompile 3.2.5.1

Are you saying that 3.2.7 put the option back in?

Edit:

I think I misunderstood you..., I think you were agreeing with me, just stating the newest release as well carries on with the above mentioned.

Edited by SmOke_N

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

But I can only use UPX to compress it after resource hacking it right? One the problems is that the icon somehow became ugly, probably due to the compression. I've tried it though(your method) and it works.

Maybe that's the 2nd layer of security, but how do we prevent ppl ultimately from dicompiling it? Or how do they do it? I've heard of ppl using Au2Exe or Exe2Au to perform this even when a passphrase is no provided(by the cracker). Is it true?

No matter the cause, there is always someone out there smart enough to reverse engineer your code. Your best bet is to confuse the hell outta them. I still recommend obfuscating it.

www.itoady.com

A* (A-star) Searching Algorithm - A.I. Artificial Intelligence bot path finding

Link to comment
Share on other sites

  • Moderators

Is it possible to decompile a script using Exe2Au even though if I unticked the 'allow decompile' option?

For now only v3.2.5.1 and earlier can be decompiled even though "allow decompile" is unchecked.

Edit: earlier not later (Thanks Smoke!)

Edited by big_daddy
Link to comment
Share on other sites

  • Moderators

For now only v3.2.5.1 and later can be decompiled even though "allow decompile" is unchecked.

Do you mean 3.2.5.1 and earlier?

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

Are you saying that 3.2.7 put the option back in?

Edit:

I think I misunderstood you..., I think you were agreeing with me, just stating the newest release as well carries on with the above mentioned.

Yep!! You misunderstood but you got it the second time. :)

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

  • Developers

do u mean the newer Exe2Au can actually decompile the older version .exes without a password?

no... that's not what is meant.

As of 3.2.5.2 the AUT2EXE is changed and there is no Passphrase and Allow Decompile option anymore because the stored format changed.

The supplied EXE2AUT will only decompile script made before 3.2.5.2 and still requires the Passphrase when that was used.

Jos

Edited by JdeB

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

do u mean the newer Exe2Au can actually decompile the older version .exes without a password?

You're just not catching on. Right now only scripts compiled with versions up to and including 3.2.5.1 can be decompiled using Exe2Aut.

Also there is NO 100% sure way of preventing someone from reverse engineering code and it makes no difference if it's AutoIt or some other. It also makes no difference if you have a password set or not. With a password set on a compiled au3 script then Exe2Aut will not decompile it. A password will not prevent other methods from being employed. Just use the latest version of AutoIt (obfuscation helps) and quit worrying about it. Your code will be as safe as it gets.

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

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