Jump to content

Question - Protection


Recommended Posts

Is there a way to put any form of Anti-Decompile on your script?

I've tried a few various things in the search engine and skimmed the helpfile to no luck. I don't want my program to be able to be decompiled , what can I do about this?

Link to comment
Share on other sites

I'm unsure what obfuscate means >.<

EDIT

If it means like... to make it confusing , etc... not sure how to do so without generating a nasty error.

Edited by Drew
Link to comment
Share on other sites

Yeah it basically means make it very confusing.

Some things you could do,

Make your Var names make no sense, (ex. $MilesRun to $ILikeCandy)

and at random parts do somthing like this (ex. $GreenHouse = $ILikeCandy) then use the new Var for other things to make it more confusing

and place Functions in the middle of your code and give the functions random names

add fake comments

add in useless code

Edited by narayanjr
Link to comment
Share on other sites

Yeah it basically means make it very confusing.

Some things you could do,

Make your Var names make no sense, (ex. $MilesRun to $ILikeCandy)

and at random parts do somthing like this (ex. $GreenHouse = $ILikeCandy) then use the new Var for other things to make it more confusing

and place Functions in the middle of your code and give the functions random names

add fake comments

add in useless code

wow, cool hah ?

[quote]Don't expect for a perfect life ... Expect a least troubles ones[/quote]Contact me : ass@kiss.toWhat I Have Done :Favorites Manager Mangage your favorite's folder, that's coolPC Waker For those who want to save stickersWebScipts Supporter For those who've just started with Web and WebScriptsTemporary Looker Simple but powerful to manage your Temporary folder, you know what you downloaded[UDF] _NumberFormat() Better performance on number display[UDF] _DirGet() What a folder contain [how many (hidden,normal,...) files], with one line of code[UDF] _IsPressEs() Just like _IsPress() but for a group of keys

Link to comment
Share on other sites

  • 3 months later...

im getting the error !File contains records longer than 2047 .. stopping process., what does this mean? is this a row count? why remove the password protection, is it pointless with out the decoder? also are older decoders now incompatible with the latest autoit?

Link to comment
Share on other sites

are one of these includes not compatible with obf?

#include <ExcelCOM_UDF.au3>

#include <Array.au3>

#include <Array2D.au3>

#include <Date.au3>

#include <sqlite.au3>

#include <sqlite.dll.au3>

#include <ArraySearchAnyDim.au3>

#include <INet.au3>

#include <IE.au3>

Link to comment
Share on other sites

when running obf how can i tell it to ignore lines with said many characters is it possible?

i know the problem lies with #include <sqlite.dll.au3>

i just need to avoid obf this file, suggestions anyone?

doh!!!! it never occured to me before, but i should be able to obf the file first without the dll, then add it back after the obf is complete.

Edited by laffo16
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...