[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Hiding Test



On Wed, 28 Oct 1998, Ze'ev Maor wrote:

> No good, can be easily cracked using strace to check exactly where it
> happens (since the write() system call will show the actual string after
> it had been decoded).
> 

Yes - But as the message is going to be printed on screen - my understanding 
is that it should only be "invisible" to someone examining the executable
- not to someone running it! (Except of the original question below.) So
strace is irrelevant.

On Wed, 28 Oct 1998, Ben Nes Michael wrote:
> I would like to make a program that will print a message (for example
                                          ----------------
> hello) but the word wont be seen when the file is edited.
                ------------------------------------======-