|
9
|
DonationCoder.com Software / Screenshot Captor / Re: Capture Area
|
on: August 11, 2010, 02:15:57 PM
|
Yes only one monitor (laptop 15,4') Resolution 1920x1200. Please find below two screenshots one taken with ScreenCapture and another one with print screen and paste in Paint. In this case I used SC to capture all the screen. Using ScreenCapture is reacting like a kind of zoom, for instance if I want to capture a region, the view of the screen changes and the bottom and right part are no longer visible as long as screen capture selection cursor is active.  
|
|
|
|
|
15
|
DonationCoder.com Software / Finished Programs / Re: SOLVED: Redirect clicks on files of a particular type to a *specific* single file?
|
on: January 24, 2010, 04:14:24 PM
|
|
I had some time so I tried the redirection using "Image File Execution Options" It seems to work pretty well, you have to create a copy of the wmplayer.exe binary with a different name (I have used xwmplayer.exe) and then to use this second name for the hijacked exe. It works with both wmplayer and vlc..
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\wmplayer.exe] "Debugger"="\"C:\\Program Files\\Windows Media Player\\xwmplayer.exe\" C:\\sample.mpg"
|
|
|
|
|
18
|
Main Area and Open Discussion / General Software Discussion / Re: encrypted AHK script
|
on: January 20, 2010, 09:41:07 AM
|
Doesn't matter what you do, if the script is going to send the password somewhere, it can be catched somehow. Sure, you can compile the script - people will just unpack or dump from memory. You can encrypt the password and decrypt it runtime, but that can be dumped from memory as well. There's nothing you can do about it, really  You are right, but remember, locks are for honest people. Just compiling should do the trick for most of the users
|
|
|
|
|