boludoz Posted February 11, 2022 Share Posted February 11, 2022 The truth is that I do not intend to tokenize my compiled scripts, I have noticed that the performance of the script decreases significantly compared to the non-compiled ones and also makes them be detected by antiviruses, is there a way to not encrypt them? Link to comment Share on other sites More sharing options...
assembly_ia32 Posted February 11, 2022 Share Posted February 11, 2022 Tokenization is a stage of compilation. You can't compile code without tokenizing. Did you mean something else, but confused it with tokenizing, by any chance? Link to comment Share on other sites More sharing options...
boludoz Posted February 12, 2022 Author Share Posted February 12, 2022 (edited) 7 hours ago, assembly_ia32 said: Tokenization is a stage of compilation. You can't compile code without tokenizing. Did you mean something else, but confused it with tokenizing, by any chance? The autoit code is tokenized and encryption is also used, and it is a script, not a "compilation" in asm bit, this can be deduced from the performance loss, if the code were actually compiled it would be much faster. No one is actually asking to compile the code, but rather that the interpreter actually read the script unencrypted or "tokenized", like do WinRar adding a rar to an sfx installer for example. You can check what I tell you with a simple text string, when you try to find it it will be encrypted, which greatly reduces performance and makes the scripts believe that they are viruses. P.S: You can tell that it's just an encryption when compiling the code in 64 or 32 bits, if you look at RCDATA, SCRIPT, it's a simple A3X, it doesn't change if it's x64 or x32, so it's just an encrypted script . Edited February 12, 2022 by boludoz Link to comment Share on other sites More sharing options...
argumentum Posted February 12, 2022 Share Posted February 12, 2022 none of these are likely to be implemented boludoz 1 Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now