AutoHotkey Community

It is currently May 23rd, 2012, 6:04 pm

All times are UTC [ DST ]


Search found 47 matches
Search these results:

Author Message

 Forum: Support   Topic: patching the first two bytes of a LARGE binary file

Posted: May 4th, 2012, 10:35 am 

Replies: 5
Views: 74


No offense intended, but this is blatantly false. Take any good hex editor and try to modify a few bytes in a big file (I just did it again on a 650 MB file) -> saving the changes takes under 0.1 sec.
The reason why is those editors support disk-based editing.

 Forum: Support   Topic: Alert on folder change

 Post subject: Re: Alert on folder change
Posted: April 27th, 2012, 3:23 pm 

Replies: 2
Views: 94


How do i make an instant notification if a new file is added to a folder? I was thinking somewhere along the lines of a system hook on the folder? I would ultimately like to get a notification when something is placed on my desktop (like firefox download completes on the desktop) Hi thesoupmeat, I'...

 Forum: Support   Topic: prevent executable from being launched

Posted: April 27th, 2012, 3:20 pm 

Replies: 7
Views: 93


now that i think of it, process monitor (by Mark Russinovich) does manage to detect file system events (file reads, writes, etc) instantly, without the need for a driver! So it is possible, perhaps by way of notifiers or hooks... Anything like that is possible in AHK? This is way beyond my own exper...

 Forum: Support   Topic: prevent executable from being launched

Posted: April 24th, 2012, 1:48 pm 

Replies: 7
Views: 93


Have a look at this to see what I mean. Unfortunately, that app is abandoned.
And it works at driver-level...

http://retired.beyondlogic.org/consulti ... no-exe.htm

 Forum: Support   Topic: prevent executable from being launched

Posted: April 24th, 2012, 1:46 pm 

Replies: 7
Views: 93


Any exe that is not in a predefined list of trusted processes.

 Forum: Support   Topic: prevent executable from being launched

Posted: April 24th, 2012, 12:15 pm 

Replies: 7
Views: 93


I just want to look at the file extension. I know it's not a perfect solution, but I'm not looking for one. Just some nice additional protection layer on top of my existing security setup.

 Forum: Support   Topic: prevent executable from being launched

Posted: April 24th, 2012, 11:26 am 

Replies: 7
Views: 93


Hi, As part of a security-oriented script (anti-malware), I'm looking for a way to block some executables from being launched. Any ideas on what functions could be used? I guess the ideal solution would be driver-level code, but still would like an AHK solution if possible. Note that I'm not looking...

 Forum: Support   Topic: counting number of identical processes.

Posted: April 13th, 2012, 7:37 am 

Replies: 2
Views: 56


If some executable *without a window associated* (say, winlogon.exe) has been
launched multiple times, how would you get the count of instances currently running ?

(I'm aware of Winget, but that requires a window I believe)

 Forum: Scripts   Topic: Toggle Internet Access

 Post subject: Re: Toggle Internet Access
Posted: April 11th, 2012, 11:51 am 

Replies: 10
Views: 388


Thanks!
Simple but excellent!

 Forum: Support   Topic: protecting ahk source

 Post subject: protecting ahk source
Posted: March 7th, 2012, 12:46 pm 

Replies: 1
Views: 118


OK, so I know that preventing decompilation of exe to ahk is technically impossible, but it can be made a lilttle bit more difficult, nevertheless. That would at least keep away casual attempts. What are your favorite methods to do that? I, for one, like to use ResHacker to change the file version f...

 Forum: Scripts   Topic: Smooth Window Fader Function

Posted: March 6th, 2012, 10:36 am 

Replies: 7
Views: 1669


really cool!
would love to see other eye-candy-type window transitions
(such as a "dissolving" effect when closing a window, or a window
assembling from 2 halves flying in from opposing sides of the screen)

 Forum: Scripts   Topic: Gdip gradient clock

 Post subject: Gdip gradient clock
Posted: February 25th, 2012, 12:56 pm 

Replies: 0
Views: 735


Just a little gradient clock, based on the the Gdip library and various tidbits from this forum (I would like to thank SKAN, particularly!), Not very customizable yet - will continue updating it as time permits. http://i.imgur.com/D4Tzj.png edit: removed the code as i found a rather BIG memory leak....

 Forum: Scripts   Topic: Old-school Window Art!

Posted: February 21st, 2012, 6:18 pm 

Replies: 14
Views: 850


geekdude, lol that was awesome! - i'm a big fan of retro video games (of course)

 Forum: Scripts   Topic: Old-school Window Art!

Posted: February 21st, 2012, 11:32 am 

Replies: 14
Views: 850


Thanks for your support against the anonymous ranter :)

I've updated the code with some color cycling variations to make it less boring...

 Forum: Scripts   Topic: Old-school Window Art!

 Post subject: Old-school Window Art!
Posted: February 20th, 2012, 6:12 pm 

Replies: 14
Views: 850


In the pointless-but-fun department, why not use AHK to draw Window Art (like ASCII art but using caption-less Windows as tiles)... this is just a little example, you can tell my drawing skills are not that great... but if anyone wants to give it a try... could be fun ;) and the AHK limit on 100 GUI...
Sort by:  
Page 1 of 4 [ Search found 47 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group