[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: 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