Search found 178 matches

by DigiDon
31 May 2018, 13:36
Forum: Ask for Help (v1)
Topic: Obfuscation
Replies: 8
Views: 3003

Re: Obfuscation

Well we've just mentioned the need not to populate the Ask for help section too much... Edit (soften answer): Explanations seems lacking for this this project and the code is not open-source. It seems to be a short encryption technique and not obfuscation. 'AHK Dynamic Obfuscator L' is open-source, ...
by DigiDon
31 May 2018, 11:01
Forum: Ask for Help (v1)
Topic: Outlook code no longer works
Replies: 10
Views: 1925

Re: Outlook code no longer works

Otherwise in the meantime just go with (just replaced with variables) EDIT: in this solution you need to escape whitespaces by `%20 as below body:="my body" subject:="my subject" email:="john.doe@anyjob.com" attachment:="Documents and Settings\xxx1234\My Documents\testsb.txt" body:=StrReplace(body,"...
by DigiDon
31 May 2018, 10:56
Forum: Ask for Help (v1)
Topic: Outlook code no longer works
Replies: 10
Views: 1925

Re: Outlook code no longer works

As I've said in your previous post This code works perfect for me in AHK v1.1.27.07. I did not upgrade to 1.1.28 yet so cannot confirm if a bug of 1.1.28 or problem on your side. You were previously mentioning v1.1.28 but now this has changed. I guess this is a mistake? Btw I would assume it is on y...
by DigiDon
31 May 2018, 10:11
Forum: Ask for Help (v1)
Topic: Obfuscation
Replies: 8
Views: 3003

Re: Obfuscation

That's uncorrect. I provide methods in the documentation to cope with that. Commands should be replaced by functions which calls will be obfuscated. Strings can be hidden with the use of a special function called Hidestr(). However I agree with you that I should not populate the Ask for help section...
by DigiDon
31 May 2018, 09:57
Forum: Ask for Help (v1)
Topic: Code obfuscation
Replies: 8
Views: 3372

Re: Code obfuscation

Hi, it is old but still bumps on Google for 'autohotkey obfuscation' So, for info I've just released a major improved version of David Malia's Dynamic Obfuscator called 'AHK Dynamic Obfuscator L'. [TOOL] AHK Dynamic Obfuscator L - Protect your code by Obfuscation You need to go through the updated d...
by DigiDon
31 May 2018, 09:54
Forum: Scripts and Functions (v1)
Topic: [TOOL] AHK Dynamic Obfuscator L - Protect your code by Obfuscation
Replies: 52
Views: 42610

Re: [TOOL] AHK Dynamic Obfuscator L - Protect your code by Obfuscation

Hi AHKStudent, You need to read the documentation more precisely. Also check the examples. In your simple case what can be obfuscated easily is the yyy variables by adding to your code ;$OBFUSCATOR: $DEFGLOBVARS: yyy You should also add at the top the command to specify the Straight Obfuscation mode...
by DigiDon
31 May 2018, 09:45
Forum: Ask for Help (v1)
Topic: Obfuscation
Replies: 8
Views: 3003

Re: Obfuscation

Hi,
I'm the creator of [TOOL] AHK Dynamic Obfuscator L - Protect your code by Obfuscation
This tool is able to do much more than function obfuscation.
Then you can or not choose to compile it. Check out documentation.
by DigiDon
31 May 2018, 09:01
Forum: Ask for Help (v1)
Topic: Help with basic obfuscation...
Replies: 8
Views: 2029

Re: Help with basic obfuscation...

Still bumps on Google for 'autohotkey obfuscation'

So for info I've just released a major improved version of David Malia's Dynamic Obfuscator called 'AHK Dynamic Obfuscator L'.
[TOOL] AHK Dynamic Obfuscator L - Protect your code by Obfuscation
by DigiDon
31 May 2018, 08:59
Forum: Ask for Help (v1)
Topic: HELP with autohotkey-obfuscator-master
Replies: 12
Views: 4601

Re: HELP with autohotkey-obfuscator-master

Hi, it is old but still bumps on Google for 'autohotkey obfuscator'

So for info, I've just released a major improved version of David Malia's Dynamic Obfuscator called 'AHK Dynamic Obfuscator L'.
[TOOL] AHK Dynamic Obfuscator L - Protect your code by Obfuscation
by DigiDon
31 May 2018, 08:58
Forum: Ask for Help (v1)
Topic: AHK Encrypt/Obfuscate Script
Replies: 11
Views: 9317

Re: AHK Encrypt/Obfuscate Script

Hi, it is old but still bumps on Google for 'autohotkey obfuscator'

I've just released a major improved version of David Malia's Dynamic Obfuscator called 'AHK Dynamic Obfuscator L'.
[TOOL] AHK Dynamic Obfuscator L - Protect your code by Obfuscation
by DigiDon
31 May 2018, 03:38
Forum: Scripts and Functions (v1)
Topic: [TOOL] AHK Dynamic Obfuscator L - Protect your code by Obfuscation
Replies: 52
Views: 42610

Re: [TOOL] AHK Dynamic Obfuscator L - Protect your code by Obfuscation

TODO (paused because lack of donations)
-gLabels or vVars : Regression : no %'s straight or dynamic vars introduced no more. --> Correct doc or make it work again
-ihidestr: ihidestr should be renamed hidestr in the "hidestring" example --> Correct the example
by DigiDon
31 May 2018, 03:37
Forum: Scripts and Functions (v1)
Topic: [TOOL] AHK Dynamic Obfuscator L - Protect your code by Obfuscation
Replies: 52
Views: 42610

Re: [TOOL] AHK Dynamic Obfuscator L - Protect your code by Obfuscation

UPDATES
v2.14 - 05/06
-No obfuscation for labels ending with Guiclose, GuiEscape etc.
by DigiDon
31 May 2018, 03:36
Forum: Scripts and Functions (v1)
Topic: [TOOL] AHK Dynamic Obfuscator L - Protect your code by Obfuscation
Replies: 52
Views: 42610

[TOOL] AHK Dynamic Obfuscator L - Protect your code by Obfuscation

https://farm2.staticflickr.com/1745/42405301112_a6fd3d6cc8_o.png AHK obfuscation tool entirely written in AHK, fully documented, and open-source ;) It can help protecting your code (uncompiled, or compiled). It does that by: ✔ Obfuscating your code AND optionally: ✔ Removing all your comments ✔ Str...
by DigiDon
30 May 2018, 13:01
Forum: Autres Utilitaires et Ressources
Topic: [AHK] EverFastAccess: Prenez des notes sur tout ultra-rapidement
Replies: 3
Views: 15012

[AHK] EverFastAccess: Prenez des notes sur tout ultra-rapidement

Bonjour tout le monde, Etant quasi-bilingue je suis d'habitude plutôt sur le forum principal mais je souhaitais partager également ce projet dispo en français à mes compatriotes ;) Après plus de 3 ans intensifs de travail à plein temps, je suis fier de vous présenter EverFastAccess. EverFastAccess ...
by DigiDon
30 May 2018, 10:08
Forum: Other Utilities & Resources
Topic: [AHK Soft] EverFastAccess : Take Notes on Anything from Anywhere
Replies: 10
Views: 7895

[AHK Soft] EverFastAccess : Take Notes on Anything from Anywhere

Hello everyone, [/size] The software has been downloaded ~1000 times in 2 months (with some from AHK) with good feedback proving the interest for this >3 years project ! Nevertheless development was very long and costly. So if you like this project please do share it as much as possible (friends, s...
by DigiDon
03 May 2018, 10:10
Forum: Scripts and Functions (v1)
Topic: AHK RichText Editor
Replies: 25
Views: 9231

Re: AHK RichText Editor

Some remarks on your new "RTE 3.0.7z"

The sample cannot work right away:
-> It has .bak extension you need to remove
--> It includes the RichEdit callback using a wrong filename : RichEdit OleCallback - modded.ahk so there is an error

You might want to change that
by DigiDon
03 May 2018, 10:07
Forum: Scripts and Functions (v1)
Topic: AHK RichText Editor
Replies: 25
Views: 9231

Re: AHK RichText Editor

Thanks for having done this first step in consolidating the sample burque ;) I've planned to do it for some time now but I wanted to add/tweak so many things that I didn't find the time yet. The thing is I have worked on a much tweaked version for my "to-be-officially-released-since-ever" :roll: (bu...

Go to advanced search