AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Amun v1.45 - Powerful privacy software
Goto page Previous  1, 2, 3  Next
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
engunneer



Joined: 30 Aug 2005
Posts: 6511
Location: Pacific Northwest, US

PostPosted: Thu Aug 30, 2007 5:48 am    Post subject: Reply with quote

I demonstrated the principle to corrupt, can I show you some of your code? It would only take me about 20 minutes to get a section of the code. (getting all the code is harder, but possible)

I do so more to demonstrate that /NoDecompile is not foolproof. I honestly have not even downloaded your program yet.
_________________
Unless otherwise noted, all code is untested.
Common Answers: 1.(Loops, Viruses, etc.) 2. Search 3.RTFM
Back to top
View user's profile Send private message Visit poster's website
tic



Joined: 22 Apr 2007
Posts: 1332

PostPosted: Thu Aug 30, 2007 10:15 am    Post subject: Reply with quote

Quote:
I demonstrated the principle to corrupt, can I show you some of your code? It would only take me about 20 minutes to get a section of the code. (getting all the code is harder, but possible)

I do so more to demonstrate that /NoDecompile is not foolproof. I honestly have not even downloaded your program yet.


yeh sure. Where is the topic where you have talked about it? I'm not crazily worried at the moment about the source being leaked as it is still in beta, but I would like to understand how it could happen in order to try and prevent it Confused Does it have anything to do with the password length. I had thought of a way to possibly be able to retrieve the source, but was unsure how to implement it using postmessage from another program.

But how has my program turned into a discussion about decompiling!? Very Happy

(thank you for informing me of this though engunneer)
Back to top
View user's profile Send private message
SKAN



Joined: 26 Dec 2005
Posts: 5697

PostPosted: Thu Aug 30, 2007 11:14 am    Post subject: Reply with quote

tic wrote:
Where is the topic where you have talked about it?


Better not discuss it open.. Please! Smile
Back to top
View user's profile Send private message
tic



Joined: 22 Apr 2007
Posts: 1332

PostPosted: Tue Sep 04, 2007 2:09 am    Post subject: Reply with quote

Skan wrote:
tic wrote:
Where is the topic where you have talked about it?


Better not discuss it open.. Please! Smile


lol


Version 1.25 released. Important additions, and minor bug fixes.
Back to top
View user's profile Send private message
tic



Joined: 22 Apr 2007
Posts: 1332

PostPosted: Mon Sep 17, 2007 3:48 pm    Post subject: Reply with quote

Bumpedy ::Bump::

Sorry for the bump Smile
Would just like more people to test it and inform me of any bugs. thanks all!
Back to top
View user's profile Send private message
TotalBalance



Joined: 22 Jan 2007
Posts: 169
Location: CO, USA

PostPosted: Wed Oct 31, 2007 6:57 pm    Post subject: Reply with quote

Hi Tic, as request in other thread you help me with, here's a quick report of things I noticed:

1) Check for Updates:
Error! Either the server is down or your interenet connection is not able to access the ftp server.
Could be your intention as beta, but not able to test further.

2) Can't seem to get Target Mode to work.
Icon changes to target but whether I click on window, title bar or any other part, nothing happens. If I hold down, I can move the window. Perhaps I'm just not doing something right, but not sure how to make work, even reading help file.

3) When hotkey is two of more key combos, it works but get error message when uncheck Active Checkbox in Main Window or click to highlight any line item..
Error: CTRL+F11 is not a valid key name. The current thread will exit.
Line#
991: Hotkey,Hotkey%A_Index%, HideWindows, OFF

4) Help FIle under Options: Typo
Reshow hidden window son Amun exit - With this setting enabled (by default), when the user exits Amun then all hidden windows will automatically be reshown.

very minor but since I noticed, might as well report.

Other than above, great program, very easy to use. Definitely a market for program.
_________________
Lars
Back to top
View user's profile Send private message
tic



Joined: 22 Apr 2007
Posts: 1332

PostPosted: Wed Oct 31, 2007 8:05 pm    Post subject: Reply with quote

Thank you very much TotalBalance! You did some very thorough testing there! I owe you if anything now Wink

The updates wont work (even though all the code is implemented) as my ftp is down. I have not worked at getting it back up as the final version of this program will update from http not ftp, so i decided to leave it.

Please could you just check that those things you mentioned above are now fixed!

Thanks! youve been a great help
Back to top
View user's profile Send private message
TotalBalance



Joined: 22 Jan 2007
Posts: 169
Location: CO, USA

PostPosted: Wed Oct 31, 2007 8:47 pm    Post subject: Reply with quote

Everything identified works now. 3 new things noticed:

1) Is there a reason user can't use Win key as one of the hotkey combos?
2) When upgrading, the old desktop icon is not removed from desktop. Doesn't do anything but being an artifact.
3) When upgrading, if old version is running, recieve msg. to close first. While OK, might want to consider checking for instance and auto closing for user. Admins might appreciate if they use a script to auto-update on multiple computers and options where previously set to load on startup.
_________________
Lars
Back to top
View user's profile Send private message
tic



Joined: 22 Apr 2007
Posts: 1332

PostPosted: Wed Oct 31, 2007 9:40 pm    Post subject: Reply with quote

Quote:
1) Is there a reason user can't use Win key as one of the hotkey combos?


Im using the default hotkey control with ahk and that doesnt support the windows key. i may at some point create my own hotkey control.

Quote:
2) When upgrading, the old desktop icon is not removed from desktop. Doesn't do anything but being an artifact.


Are you sure? Ive read and reread the code and cant see anything wrong. I think it may just be a windws problem that the artifact is still there and if you right click the desktop and go refresh it shouldnt be there then

Quote:
3) When upgrading, if old version is running, recieve msg. to close first. While OK, might want to consider checking for instance and auto closing for user. Admins might appreciate if they use a script to auto-update on multiple computers and options where previously set to load on startup.


Good idea. Instead of just informing the user of the program already running, ill also give the option to close it. Ill add it to the next release (doesnt warrant a whole new release Smile )

Thanks again for your help
Back to top
View user's profile Send private message
TotalBalance



Joined: 22 Jan 2007
Posts: 169
Location: CO, USA

PostPosted: Wed Oct 31, 2007 10:01 pm    Post subject: Reply with quote

Quote:
Im using the default hotkey control with ahk and that doesnt support the windows key. i may at some point create my own hotkey control.

You mean the # doesn't work with the control?
Quote:

I think it may just be a windws problem that the artifact is still there and if you right click the desktop and go refresh it shouldnt be there then

I'm sure your right. FYI, when I tested to see if it would load pdm and then tried to delete, got an error msg. about not being able to access code or source and could not remove. After reboot, it was gone.
_________________
Lars
Back to top
View user's profile Send private message
tic



Joined: 22 Apr 2007
Posts: 1332

PostPosted: Thu Nov 01, 2007 1:50 am    Post subject: Reply with quote

Yeh, just had a read of the documentation

Quote:
The only modifiers supported are ^ (Control), ! (Alt), and + (Shift). See the key list for available key names.


no windows key, but i dont think it would be overly hard to create one that could use any key
Back to top
View user's profile Send private message
TotalBalance



Joined: 22 Jan 2007
Posts: 169
Location: CO, USA

PostPosted: Thu Nov 01, 2007 4:11 am    Post subject: Reply with quote

Guess without seeing the code I don't understand how you implemented (read AHK noob, but you already know that Embarassed )
Reason I asked was when I use hotkeys to launch scripts I am able to use the Win key (#). For example, ^#T:: (CTL-WIN-T) works.
_________________
Lars
Back to top
View user's profile Send private message
tic



Joined: 22 Apr 2007
Posts: 1332

PostPosted: Thu Nov 01, 2007 4:50 am    Post subject: Reply with quote

Yeh you can use it as a hotkey, but unfortunately the hotkey control cant take it as a modifier:

Code:
Gui, Add, Hotkey, x10 y10 w100 vHotkey
Gui, Add, Button, x+10 w75 gHotkey, Hotkey
Gui, Show, AutoSize Center
Return

Hotkey:
Gui, Submit, NoHide
Gui, +OwnDialogs
MsgBox, %Hotkey%
Return


I believe Ive seen somewhere a script that can detect which combination of keys are being pressed. I didnt feel at the time of writing this program it would be necessary to have more than ctrl,alt and shift as modifiers
Back to top
View user's profile Send private message
TotalBalance



Joined: 22 Jan 2007
Posts: 169
Location: CO, USA

PostPosted: Thu Nov 01, 2007 4:57 am    Post subject: Reply with quote

Thanks for the continued education with AHK Very Happy
Your right, not a high priority. I use the Win key frequently with my AHK launcher scripts because a lot of other programs don't and it's sort of a que/reminder of the hotkey combo I need to launch an AHK script (i.e. when possible, all my ahk scripts I want to launch from hotkeys have the Win key as a hotkey combo.)
_________________
Lars
Back to top
View user's profile Send private message
TotalBalance



Joined: 22 Jan 2007
Posts: 169
Location: CO, USA

PostPosted: Sat Nov 03, 2007 5:50 am    Post subject: Bug report: upgrade does not remove older exe Reply with quote

Hi tic,

FYI, after upgrading v. 1.39 and rebooting, version 1.38 launched at startup. Checked the Program folder and amun-1.38. exe still existed in the folder (both exe's versions exist). A registry entry for 1.38 also remained.

Your final version will probably use the same exe name and replace, but until then are you able to remove the older version programatically?
_________________
Lars
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Goto page Previous  1, 2, 3  Next
Page 2 of 3

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group