// COMPLETE THREAD

RE: Mimic Function Stego Programs?

1 expanded post ยท every known parent and child

NODE 7a0bdb09RE: Mimic Function Stego Programs?
On 29 August 1996 21:34, Damien Lucifer[SMTP:root@HellSpawn] wrote:

> A quick example:
> 
> dictionary: 1=sofa 0=couch
> input: The couch is very comfortable
> output (0): The sofa is very comfortable.
> output (1): The couch is very comfortable.

This idea generalises well from human to computer assembly languages.
You often have a choice of which instruction to use to achieve your goal,
and a stego assembler could quite easily be constructed.


- Andy