| Author |
Message |
Forum: Scripts Topic: Dot Net Version Detection |
| quinxy |
|
Posted: November 20th, 2011, 5:10 pm
|
|
Replies: 2 Views: 280
|
polyethene wrote: There is an official list of registry keys to determine which .NET frameworks are installed.
Right, that's where I got my values from.
Q |
|
 |
Forum: Scripts Topic: EnvFuncs - Permanent Environment Variable Functions |
| quinxy |
|
Posted: November 19th, 2011, 5:43 pm
|
|
Replies: 13 Views: 1424
|
| SifJar and everyone... You must issue include this code after the reg changes if you expect any other apps to see the environment variable changes without a logout and log back in! I spent hours struggling to find the solution! A number of people (including here on AHK) had the right idea, to send t... |
|
 |
Forum: Scripts Topic: Dot Net Version Detection |
| quinxy |
|
Posted: November 19th, 2011, 4:53 pm
|
|
Replies: 2 Views: 280
|
| Just passing back to the great community. Here's a script I wrote to detect Microsoft .Net ( dotnet ) versions. It currently only works for 1.1 - 4.0 as the pre 1.1 checks are more complicated and I had no use for them. If you don't know already, .Net support is a little complicated in the sense tha... |
|
 |
Forum: Offtopic Topic: Confusion about mpress / virus false positives / etc. |
| quinxy |
|
Posted: April 1st, 2011, 2:31 am
|
|
Replies: 10 Views: 732
|
| Thanks for the clarification, Lexikos, and for the great work on AHK_L. It was clearly my fault for not understanding what was going on, but in my defense it sure wasn't for lack of trying to protect myself and understand what was going on. I'd read the bit about the scripts being tacked on and read... |
|
 |
Forum: Offtopic Topic: Confusion about mpress / virus false positives / etc. |
| quinxy |
|
Posted: March 30th, 2011, 6:25 pm
|
|
Replies: 10 Views: 732
|
| You don't understand: 1 - when you compile your script you can set a password to prevent exe2ahk extracting the source code from your exe - if you read so much you should have seen that in the ahk2exe program ;-) 2 - as far as I know no matter what protection you use in the end the scripts source c... |
|
 |
Forum: Offtopic Topic: Confusion about mpress / virus false positives / etc. |
| quinxy |
|
Posted: March 30th, 2011, 9:06 am
|
|
Replies: 10 Views: 732
|
| mpress and upx are NOT for security but merely to reduce the filesize of the executable as far as I know. Use the password option to prevent a casual user using ahk2exe (and still it is very easy - in a few seconds - to obtain your source code in a very readable format). Set the password and don't ... |
|
 |
Forum: Offtopic Topic: Confusion about mpress / virus false positives / etc. |
| quinxy |
|
Posted: March 30th, 2011, 8:48 am
|
|
Replies: 10 Views: 732
|
| http://www.autohotkey.com/wiki/index.php?title=FAQ#Protection The bottom line, you can not prevent someone (skilled or determined enough) to retrieve your source code. I had read that, and I understand that all code can be reverse engineered, but this is a bit different... Unless I've misunderstood... |
|
 |
Forum: Offtopic Topic: Confusion about mpress / virus false positives / etc. |
| quinxy |
|
Posted: March 30th, 2011, 8:07 am
|
|
Replies: 10 Views: 732
|
| Ok, color me confused. I thought mpress was supposed to deter people easily retrieving your AHK source files, but it doesn't, does it? An exe I built with AHK and mpress is suddenly getting flagged by 7 of 41 AV companies on VirusTotal. If I remove mpress in the compilation process all is pretty muc... |
|
 |
Forum: Scripts Topic: [function] httpQuery GET and POST requests - update 0.3.6 |
| quinxy |
|
Posted: March 28th, 2011, 11:00 pm
|
|
Replies: 232 Views: 82664
|
| Building off Uberi's work, I modified his rewrite to allow you to download very large files by NOT storing everything in memory. If you include an optional file name as a parameter it will write directly to that file instead. If there was a problem creating or writing to that file it returns 0 and o... |
|
 |
Forum: Scripts Topic: [AHL_L/v2] TT() - Full-blown ToolTip Library |
| quinxy |
|
Posted: March 16th, 2011, 1:31 am
|
|
Replies: 114 Views: 12176
|
| Okay, this is going to sound crazy, but here's what I'm seeing. I run the demo provided and all is well, the tray tips appear as they should. I take the exact same code, and insert it in the beginning of my script and now the tray tip title works but every line after it is a big, random number. For ... |
|
 |
Forum: Support Topic: dllCall and libCurl |
| quinxy |
|
Posted: February 17th, 2011, 6:48 pm
|
|
Replies: 22 Views: 3592
|
| Just a little note for any people like me who try to use this with AutoHotkey_L and get only failure with weird debug messages seemingly written in an asian language... You need to change the calls to pass ANSI instead of the AutoHotKey_L default of Unicode! I didn't know why it wasn't working until... |
|
 |
Forum: Support Topic: FIXED - Fix my script and I'll pay $150! - FIXED |
| quinxy |
|
Posted: January 26th, 2011, 3:21 am
|
|
Replies: 10 Views: 540
|
| Why not donate to AutoHotkey instead now that you've got the answer? :wink: I actually did, $50. PayPal Transaction 0K092305VD85XXXXX. (I didn't donate the whole $150 since this all represents a loss to me, since the project has taken longer than expected and I can only bill my client for so much. ... |
|
 |
Forum: Support Topic: FIXED - Fix my script and I'll pay $150! - FIXED |
| quinxy |
|
Posted: January 26th, 2011, 2:30 am
|
|
Replies: 10 Views: 540
|
| Everything is solved now, but just to clarify... The problem was that I was calling a function in the DLL which was intended to handle ANSI strings and with AHK_L it was passing Unicode strings. And yes the first version I uploaded had "char *" instead of "str", so they were diff... |
|
 |
Forum: Support Topic: FIXED - Fix my script and I'll pay $150! - FIXED |
| quinxy |
|
Posted: January 26th, 2011, 2:09 am
|
|
Replies: 10 Views: 540
|
| It appears as though your first DllCall() is missing quotes around the type: ... Tested, does not crash on AHK v1.0.48.05. Thanks, but it doesn't appear to work. It doesn't show an error, but doesn't actually do what it's supposed to do. I figured out that the "char *" needs to actually b... |
|
 |
Forum: Support Topic: FIXED - Fix my script and I'll pay $150! - FIXED |
| quinxy |
|
Posted: January 26th, 2011, 1:52 am
|
|
Replies: 10 Views: 540
|
Anonymous wrote: Subject wrote: $150! quin99 wrote: $100! ...LOL, the price is going down as we speak??? (or "as you write") OMG, OpenCandy, puke!...sorry, I'd like to help, but, ick...
No, just my typo. And I don't blame you for your scruples.
Q |
|
 |
| Sort by: |