NODE 7a0bdb09RE: Mimic Function Stego Programs?
Andy Brown <a.brown@nexor.co.uk>Fri, 30 Aug 1996 18:58:00 +0800
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