 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
paulwarr
Joined: 21 Sep 2006 Posts: 30
|
Posted: Tue Mar 25, 2008 7:39 pm Post subject: |
|
|
| majkinetor wrote: | | How that differs from normal cracking ? | It doesn't. Once the code's released in the pipe, it's got to be presumed to be crackable. What one can do, though, is take care that sensitive code doesn't get downloaded from server to client without adequate authentication/authorization procedures. At my workplace, I can use Kerberos, together with CoSign for the authentication piece, for example. |
|
| Back to top |
|
 |
Lexikos
Joined: 17 Oct 2006 Posts: 2558 Location: Australia, Qld
|
Posted: Wed Mar 26, 2008 8:09 am Post subject: |
|
|
| majkinetor wrote: | | Can you tell me is it possible to recreate some simple file system this way. | It depends on how the script reads from the "file." If it tries to seek within the "file," the pipe will break. If it reads the whole file into memory or reads as a stream (i.e. sequentially), it might work. It may also be difficult because of AutoHotkey's lack of multi-threading support (however, see below).
Pipes support "pseudo-directories" (i.e. "\" is allowed in pipe names), but of course there needs to be something on the other end of the pipe to handle the data.
I found another use for pipes: FileExtract_ToMem(). It uses machine code in a second thread to read from the pipe while FileInstall writes to it. |
|
| Back to top |
|
 |
majkinetor
Joined: 24 May 2006 Posts: 3626 Location: Belgrade
|
Posted: Wed Mar 26, 2008 9:39 am Post subject: |
|
|
Thx for clarification. Sounds very interesting. _________________
 |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|