First page Back Continue Last page Graphics
Encoding/Decoding with Context
Encoder gets the context-key value and produces an encoded payload as usual
Decoder stub gets the context-address and is prepended to the encoded payload
When the decoder stub executes, it:
- Retrieves the context-key from the context-address
- Decodes as usual.