Jump to content

need my script unofuscated


Recommended Posts

so its impossible?

Nope.

Just very hard and not worth it in the vast majority of cases.

It would have to be critically important and have a big payoff to get me to spend the hours necessary, but it's not impossible to reduce it to a reasonable, readable script.

It is impossible to get back the exact function and variable names, etc. Those are just gone. You would have to reverse all the string substitutions, then carefully parse the remaining code for the purpose of various variables and functions, renaming them along the way so you could understand the script. After many days and countless high-caffeine soft drinks you might get it down to a maintainable state. If you wrote the original, then it will be a little easier, because some of it will start to look familiar, and you can look for the functions of the UDFs you know were #include'd, etc.

Good luck with that.

:rolleyes:

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

  • Developers

Nope.

Just very hard and not worth it in the vast majority of cases.

It would have to be critically important and have a big payoff to get me to spend the hours necessary, but it's not impossible to reduce it to a reasonable, readable script.

It is impossible to get back the exact function and variable names, etc. Those are just gone. You would have to reverse all the string substitutions, then carefully parse the remaining code for the purpose of various variables and functions, renaming them along the way so you could understand the script. After many days and countless high-caffeine soft drinks you might get it down to a maintainable state. If you wrote the original, then it will be a little easier, because some of it will start to look familiar, and you can look for the functions of the UDFs you know were #include'd, etc.

Good luck with that.

:rolleyes:

This is more or less correct ... :rambo:

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