slang
slang copied to clipboard
Capture/Replay: Implement decoder
Implement the decoder to decode the binary capture file to specified format for next process. These involve mainly two tasks:
- decode the API code
- decode the parameter buffer
Those decoded content will feed to consumer in the next stage for further process.