1
General Software Discussion / Re: Looking for a way to bookmark location in long article.
« on: May 31, 2019, 03:22 PM »
Liner is pretty cool and seems to be working well. Thank you.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
not using countermeasuresYes. But that's pretty common knowledge and I don't think anyone is arguing against that fact.-MilesAhead (December 05, 2013, 07:54 AM)
Copied from the Help file of the version of AHK that I have installed:The Password and NoDecompile options do nothing to prevent decompilation.-app103 (December 04, 2013, 04:59 AM)
I saw some mention that AHK_L can be decompiled with this:That is what I use to decompile everything. But it does not work on anything I compile with this:
https://gist.github.com/Uberi/3334552
I haven't tried it yet though.-MilesAhead (December 03, 2013, 08:46 PM)
Compile_AHK II
http://www.autohotke...-who-compile/page-30
Latest version at the end of the thread, explanation at the start.-justice (December 03, 2013, 07:58 AM)
I don't think they are actively protected/obfuscated. Would be kind of silly given that the source code versions are also made available by skrommel.-mouser (December 03, 2013, 06:48 AM)
I think it might be that they have been run through something that gives them a custom icon?-mouser (December 03, 2013, 06:48 AM)
...perhaps it's using http://www.ironahk.net/docs/autohotkey/ IronAHK-justice (December 03, 2013, 05:35 AM)
(BTW www.car.com does not work with these paramaters?)-wjamoe (November 05, 2013, 12:46 AM)
A more reliable regex for capturing separate words, independent from the number of spaces, would be:^car (\w*)\s*(\w*)\s*:?\s*(\w*)This way you can even have 0 or more spaces around the colon.-Ath (November 05, 2013, 01:40 AM)
What did you put in regex?-skajfes (November 04, 2013, 08:16 AM)